Home
last modified time | relevance | path

Searched refs:gattServerSendIndication (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java631 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendIndication() method in GattNativeInterface
DGattService.java3353 mNativeInterface.gattServerSendIndication(serverIf, handle, connId, value); in sendNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java603 verify(mNativeInterface).gattServerSendIndication(serverIf, handle, connId, value); in sendNotification()