Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java122 public void isLeCodedPhySupported() { in isLeCodedPhySupported() method in AdapterServiceBinderTest
123 mBinder.isLeCodedPhySupported(); in isLeCodedPhySupported()
124 verify(mService).isLeCodedPhySupported(); in isLeCodedPhySupported()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl190 boolean isLeCodedPhySupported(); in isLeCodedPhySupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java517 boolean supportCodedPhy = mBluetoothAdapter.isLeCodedPhySupported();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java482 boolean isLeCodedPhySupported() { in isLeCodedPhySupported() method in AdapterProperties
DAdapterService.java3612 public boolean isLeCodedPhySupported() { in isLeCodedPhySupported() method in AdapterService.AdapterServiceBinder
3618 return service.isLeCodedPhySupported(); in isLeCodedPhySupported()
5734 public boolean isLeCodedPhySupported() { in isLeCodedPhySupported() method in AdapterService
5735 return mAdapterProperties.isLeCodedPhySupported(); in isLeCodedPhySupported()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2432 public boolean isLeCodedPhySupported() { in isLeCodedPhySupported() method in BluetoothAdapter
2439 return mService.isLeCodedPhySupported(); in isLeCodedPhySupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java1799 if (mAdapterService.isLeCodedPhySupported()) { in getScanPhyMask()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java1699 boolean adapterServiceSupportsCoded = mAdapterService.isLeCodedPhySupported(); in testSetScanPhyAllSupported()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1131 Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLeCodedPhySupported()Z
1262 Landroid/bluetooth/IBluetooth;->isLeCodedPhySupported()Z
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt45 method public boolean isLeCodedPhySupported();