Searched refs:is_prepare_write (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 33 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/ |
D | heart_rate_server.h | 69 bool is_prepare_write, bool need_response, 74 bool is_prepare_write, bool need_response,
|
D | heart_rate_server.cc | 371 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument 380 if (is_prepare_write) { in OnCharacteristicWriteRequest() 414 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument 423 if (is_prepare_write) { in OnDescriptorWriteRequest()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.h | 79 bool is_prepare_write, bool need_response, 85 bool is_prepare_write, bool need_response,
|
D | bluetooth_gatt_server_binder_server.cc | 241 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/ |
D | IBluetoothGattServerCallback.txt | 84 * |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/ |
D | gatt_server.h | 78 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/ |
D | gatt_server_unittest.cc | 111 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument 118 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest() 128 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument 135 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()
|