Searched defs:onServerPhyUpdate (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1223 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { method in class:GattService
1225 Log.d(TAG, "onServerPhyUpdate() - connId=" + connId + ", status=" + status);

Completed in 17 milliseconds