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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java983 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) method in class:GattService
985 if (DBG) Log.d(TAG, "onServerPhyRead() - address=" + address + ", status=" + status);
989 Log.d(TAG, "onServerPhyRead() - no connection to " + address);

Completed in 42 milliseconds