Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/ipc/binder/
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()
Dbluetooth_gatt_server_binder_server.h83 bool is_prepare_write, bool need_response,
89 bool is_prepare_write, bool need_response,
/packages/modules/Bluetooth/system/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
/packages/modules/Bluetooth/system/service/example/heart_rate/
Dheart_rate_server.cc379 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
388 if (is_prepare_write) { in OnCharacteristicWriteRequest()
422 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
431 if (is_prepare_write) { in OnDescriptorWriteRequest()
Dheart_rate_server.h75 bool is_prepare_write, bool need_response,
80 bool is_prepare_write, bool need_response,
/packages/modules/Bluetooth/system/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,
/packages/modules/Bluetooth/system/service/
Dgatt_server.h81 int request_id, int offset, bool is_prepare_write, bool need_response,
95 int request_id, int offset, bool is_prepare_write, bool need_response,
/packages/modules/Bluetooth/system/service/test/
Dgatt_server_unittest.cc114 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument
121 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest()
131 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument
138 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()