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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1182 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) method in class:GattService
1186 "onClientPhyRead() - address=" + address + ", status=" + status + ", clientIf="
1192 Log.d(TAG, "onClientPhyRead() - no connection to " + address);

Completed in 17 milliseconds