Home
last modified time | relevance | path

Searched defs:onReliableWriteCompleted (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java203 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) {} in onReliableWriteCompleted() method in BluetoothGattCallback
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java253 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() method in GattClientListener.GattCallback