Home
last modified time | relevance | path

Searched refs:onResponseSendCompleted (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java259 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted() method in GattNativeInterface
260 getGattService().onResponseSendCompleted(status, attrHandle); in onResponseSendCompleted()
DGattService.java3057 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted() method in GattService