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