Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java116 public void isLe2MPhySupported() { in isLe2MPhySupported() method in AdapterServiceBinderTest
117 mBinder.isLe2MPhySupported(); in isLe2MPhySupported()
118 verify(mService).isLe2MPhySupported(); in isLe2MPhySupported()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl188 boolean isLe2MPhySupported(); in isLe2MPhySupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java518 boolean support2MPhy = mBluetoothAdapter.isLe2MPhySupported();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java475 boolean isLe2MPhySupported() { in isLe2MPhySupported() method in AdapterProperties
DAdapterService.java3602 public boolean isLe2MPhySupported() { in isLe2MPhySupported() method in AdapterService.AdapterServiceBinder
3608 return service.isLe2MPhySupported(); in isLe2MPhySupported()
5730 public boolean isLe2MPhySupported() { in isLe2MPhySupported() method in AdapterService
5731 return mAdapterProperties.isLe2MPhySupported(); in isLe2MPhySupported()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2408 public boolean isLe2MPhySupported() { in isLe2MPhySupported() method in BluetoothAdapter
2415 return mService.isLe2MPhySupported(); in isLe2MPhySupported()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1130 Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLe2MPhySupported()Z
1261 Landroid/bluetooth/IBluetooth;->isLe2MPhySupported()Z
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt41 method public boolean isLe2MPhySupported();