Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java468 public void gattClientReadPhy(int clientIf, String address) { in gattClientReadPhy() method in GattNativeInterface
DGattService.java2206 mNativeInterface.gattClientReadPhy(clientIf, address); in clientReadPhy()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java190 verify(mNativeInterface).gattClientReadPhy(clientIf, address); in clientReadPhy()