Home
last modified time | relevance | path

Searched refs:need_response (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest() argument
37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest() argument
/system/bt/service/example/heart_rate/
Dheart_rate_server.h69 bool is_prepare_write, bool need_response,
74 bool is_prepare_write, bool need_response,
Dheart_rate_server.cc371 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
404 if (!need_response) return Status::ok(); in OnCharacteristicWriteRequest()
414 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
455 if (!need_response) return Status::ok(); in OnDescriptorWriteRequest()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.h79 bool is_prepare_write, bool need_response,
85 bool is_prepare_write, bool need_response,
Dbluetooth_gatt_server_binder_server.cc241 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
254 offset, is_prepare_write, need_response, value, handle); in OnCharacteristicWriteRequest()
259 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
272 offset, is_prepare_write, need_response, value, handle); in OnDescriptorWriteRequest()
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt82 * |offset|. If |need_response| is false, then this is a "Write Without
92 in boolean need_response, in byte[] value,
102 * |offset|. If |need_response| is false, then this is a "Write Without
112 in boolean need_response, in byte[] value,
/system/bt/service/
Dgatt_server.h78 int request_id, int offset, bool is_prepare_write, bool need_response,
92 int request_id, int offset, bool is_prepare_write, bool need_response,
/system/bt/service/test/
Dgatt_server_unittest.cc111 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
119 char_write_req_.need_rsp = need_response; in OnCharacteristicWriteRequest()
128 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
136 desc_write_req_.need_rsp = need_response; in OnDescriptorWriteRequest()