Home
last modified time | relevance | path

Searched refs:onClientPhyUpdate (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java82 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() method in GattNativeInterface
83 getGattService().onClientPhyUpdate(connId, txPhy, rxPhy, status); in onClientPhyUpdate()
DGattService.java1376 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() method in GattService