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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp612 int attr_handle, int offset,
620 address.get(), conn_id, trans_id, attr_handle,
625 const RawAddress& bda, int attr_handle,
633 address.get(), conn_id, trans_id, attr_handle,
639 int attr_handle, int offset,
654 trans_id, attr_handle, offset, value.size(), need_rsp, is_prep,
659 const RawAddress& bda, int attr_handle,
674 address.get(), conn_id, trans_id, attr_handle,
1609 jint server_if, jint attr_handle,
1619 sGattIf->server->send_indication(server_if, attr_handle, conn_i
610 btgatts_request_read_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
624 btgatts_request_read_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
637 btgatts_request_write_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
658 btgatts_request_write_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
1608 gattServerSendIndicationNative(JNIEnv* env, jobject object, jint server_if, jint attr_handle, jint conn_id, jbyteArray val) argument
1623 gattServerSendNotificationNative(JNIEnv* env, jobject object, jint server_if, jint attr_handle, jint conn_id, jbyteArray val) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2777 int attr_handle, int conn_id, byte[] val);
2780 int attr_handle, int conn_id, byte[] val);
2776 gattServerSendIndicationNative(int server_if, int attr_handle, int conn_id, byte[] val) argument
2779 gattServerSendNotificationNative(int server_if, int attr_handle, int conn_id, byte[] val) argument

Completed in 43 milliseconds