Searched refs:onServerPhyRead (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 111 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() method in GattNativeInterface 113 getGattService().onServerPhyRead(serverIf, address, txPhy, rxPhy, status); in onServerPhyRead()
|
D | GattService.java | 1484 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() method in GattService
|