Home
last modified time | relevance | path

Searched refs:getLeAccess (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java649 if (!getLeAccess()) return null; in getBluetoothLeAdvertiser()
668 if (!getLeAccess()) in getPeriodicAdvertisingManager()
687 if (!getLeAccess()) return null; in getBluetoothLeScanner()
903 boolean getLeAccess() { in getLeAccess() method in BluetoothAdapter
1373 if (!getLeAccess()) return false; in isOffloadedFilteringSupported()
1391 if (!getLeAccess()) return false; in isOffloadedScanBatchingSupported()
1409 if (!getLeAccess()) return false; in isLe2MPhySupported()
1427 if (!getLeAccess()) return false; in isLeCodedPhySupported()
1445 if (!getLeAccess()) return false; in isLeExtendedAdvertisingSupported()
1463 if (!getLeAccess()) return false; in isLePeriodicAdvertisingSupported()
[all …]