Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java107 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() method in GattNativeInterface
108 getGattService().onServerPhyUpdate(connId, txPhy, rxPhy, status); in onServerPhyUpdate()
DGattService.java1468 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() method in GattService