Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java611 public void gattServerReadPhy(int clientIf, String address) { in gattServerReadPhy() method in GattNativeInterface
DGattService.java3224 mNativeInterface.gattServerReadPhy(serverIf, address); in serverReadPhy()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java588 verify(mNativeInterface).gattServerReadPhy(serverIf, address); in serverReadPhy()