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

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

Completed in 44 milliseconds