Home
last modified time | relevance | path

Searched defs:clientReadPhy (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java182 public void clientReadPhy() { in clientReadPhy() method in GattServiceTest
DGattServiceBinderTest.java248 public void clientReadPhy() throws Exception { in clientReadPhy() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl114 void clientReadPhy(in int clientIf, in String address, in AttributionSource attributionSources); in clientReadPhy() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java592 public void clientReadPhy( in clientReadPhy() method in GattService.BluetoothGattBinder
2193 void clientReadPhy(int clientIf, String address, AttributionSource attributionSource) { in clientReadPhy() method in GattService