Home
last modified time | relevance | path

Searched refs:is_prepare_write (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
230 data.writeInt32(is_prepare_write); in OnCharacteristicWriteRequest()
243 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
253 data.writeInt32(is_prepare_write); 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
402 if (is_prepare_write) { in OnCharacteristicWriteRequest()
433 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
443 if (is_prepare_write) { 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.txt84 * |is_prepare_write| is true, then the implementation should not commit this
91 in int offset, in boolean is_prepare_write,
104 * |is_prepare_write| is true, then the implementation should not commit this
111 in int offset, in boolean is_prepare_write,
/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
111 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest()
121 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
128 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()