Searched refs:attr_handle (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 745 int attr_handle, int offset, bool is_long) in btgatts_request_read_cb() argument 756 address, conn_id, trans_id, attr_handle, in btgatts_request_read_cb() 763 bt_bdaddr_t *bda, int attr_handle, in btgatts_request_write_cb() argument 779 address, conn_id, trans_id, attr_handle, in btgatts_request_write_cb() 1585 jint server_if, jint attr_handle, jint conn_id, jbyteArray val) in gattServerSendIndicationNative() argument 1592 sGattIf->server->send_indication(server_if, attr_handle, conn_id, val_len, in gattServerSendIndicationNative() 1598 jint server_if, jint attr_handle, jint conn_id, jbyteArray val) in gattServerSendNotificationNative() argument 1605 sGattIf->server->send_indication(server_if, attr_handle, conn_id, val_len, in gattServerSendNotificationNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2398 int attr_handle, int conn_id, byte[] val); in gattServerSendIndicationNative() argument 2401 int attr_handle, int conn_id, byte[] val); in gattServerSendNotificationNative() argument
|