Home
last modified time | relevance | path

Searched refs:is_prep (Results 1 – 11 of 11) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc242 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteCharacteristicCallback() argument
246 need_rsp, is_prep, value)); in NotifyRequestWriteCharacteristicCallback()
251 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteDescriptorCallback() argument
255 offset, need_rsp, is_prep, value)); in NotifyRequestWriteDescriptorCallback()
Dbluetooth_gatt_interface.cc308 int offset, bool need_rsp, bool is_prep, in RequestWriteCharacteristicCallback() argument
314 << " is_prep: " << is_prep; in RequestWriteCharacteristicCallback()
320 is_prep, value)); in RequestWriteCharacteristicCallback()
325 bool need_rsp, bool is_prep, in RequestWriteDescriptorCallback() argument
331 << " is_prep: " << is_prep; in RequestWriteDescriptorCallback()
337 is_prep, value)); in RequestWriteDescriptorCallback()
Dfake_bluetooth_gatt_interface.h115 bool need_rsp, bool is_prep,
120 bool need_rsp, bool is_prep,
Dbluetooth_gatt_interface.h150 bool is_prep,
156 bool is_prep,
/system/bt/service/
Dgatt_server.cc410 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCharacteristicCallback() argument
423 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; in RequestWriteCharacteristicCallback()
442 offset, is_prep, need_rsp, in RequestWriteCharacteristicCallback()
449 bool is_prep, std::vector<uint8_t> value) { in RequestWriteDescriptorCallback() argument
462 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; in RequestWriteDescriptorCallback()
481 is_prep, need_rsp, std::move(value), in RequestWriteDescriptorCallback()
Dgatt_server.h215 bool is_prep, std::vector<uint8_t> value) override;
219 int offset, bool need_rsp, bool is_prep,
Dgatt_server_old.cc251 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCallback() argument
258 attribute_offset, value.size(), need_rsp, is_prep); in RequestWriteCallback()
276 } else if (!is_prep) { in RequestWriteCallback()
/system/bt/service/test/
Dgatt_server_unittest.cc61 is_prep(false), in RequestData()
72 bool is_prep; member
117 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest()
134 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()
/system/bt/btif/src/
Dbtif_gatt_server.cc205 req.handle, req.offset, req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback()
216 req.handle, req.offset, req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback()
/system/bt/stack/include/
Dgatt_api.h371 bool is_prep; /* is prepare write */ member
/system/bt/stack/gatt/
Dgatt_sr.cc909 sr_data.write_req.is_prep = true; in gatts_process_write_req()