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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1081 void onNotify(int connId, String address, int handle, method in class:GattService
1084 if (VDBG) Log.d(TAG, "onNotify() - address=" + address
1088 Log.w(TAG, "onNotify() - permission check failed!");
1094 app.callback.onNotify(address, handle, data);

Completed in 51 milliseconds