Searched refs:gattServerSendIndication (Results 1 – 3 of 3) sorted by relevance
631 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendIndication() method in GattNativeInterface
3353 mNativeInterface.gattServerSendIndication(serverIf, handle, connId, value); in sendNotification()
603 verify(mNativeInterface).gattServerSendIndication(serverIf, handle, connId, value); in sendNotification()