Searched refs:onServerPhyUpdate (Results 1 – 2 of 2) sorted by relevance
107 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() method in GattNativeInterface108 getGattService().onServerPhyUpdate(connId, txPhy, rxPhy, status); in onServerPhyUpdate()
1468 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() method in GattService