Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.h74 int request_id, int offset, bool is_prepare_write, bool need_response,
80 int request_id, int offset, bool is_prepare_write, bool need_response,
135 int request_id, int offset, bool is_prepare_write, bool need_response,
140 int request_id, int offset, bool is_prepare_write, bool need_response,
DIBluetoothGattServerCallback.cpp220 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
231 data.writeInt32(need_response); in OnCharacteristicWriteRequest()
243 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
254 data.writeInt32(need_response); in OnDescriptorWriteRequest()
/system/bt/service/example/heart_rate/
Dheart_rate_server.h69 int request_id, int offset, bool is_prepare_write, bool need_response,
74 int request_id, int offset, bool is_prepare_write, bool need_response,
Dheart_rate_server.cpp392 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
424 if (!need_response) in OnCharacteristicWriteRequest()
433 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
473 if (!need_response) in OnDescriptorWriteRequest()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp304 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
317 device_address, request_id, offset, is_prepare_write, need_response, in OnCharacteristicWriteRequest()
324 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
337 device_address, request_id, offset, is_prepare_write, need_response, in OnDescriptorWriteRequest()
Dbluetooth_gatt_server_binder_server.h81 int request_id, int offset, bool is_prepare_write, bool need_response,
87 int request_id, int offset, bool is_prepare_write, bool need_response,
/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.h80 int request_id, int offset, bool is_prepare_write, bool need_response,
96 int request_id, int offset, bool is_prepare_write, bool need_response,
/system/bt/service/test/
Dgatt_server_unittest.cpp104 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
112 char_write_req_.need_rsp = need_response; in OnCharacteristicWriteRequest()
121 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
129 desc_write_req_.need_rsp = need_response; in OnDescriptorWriteRequest()