Home
last modified time | relevance | path

Searched defs:serverReadPhy (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java422 public void serverReadPhy() throws Exception { in serverReadPhy() method in GattServiceBinderTest
DGattServiceTest.java670 public void serverReadPhy() { in serverReadPhy() method in GattServiceTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl93 void serverReadPhy(in int clientIf, in String address, in AttributionSource attributionSource); in serverReadPhy() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattServiceBinder.java425 public void serverReadPhy(int clientIf, String address, AttributionSource source) { in serverReadPhy() method in GattServiceBinder
DGattService.java2216 void serverReadPhy(int serverIf, String address, AttributionSource source) { in serverReadPhy() method in GattService