Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc253 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteCharacteristicCallback() argument
257 is_prep, value); in NotifyRequestWriteCharacteristicCallback()
263 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteDescriptorCallback() argument
267 is_prep, value); in NotifyRequestWriteDescriptorCallback()
Dbluetooth_gatt_interface.cc310 int offset, bool need_rsp, bool is_prep, in RequestWriteCharacteristicCallback() argument
316 << " is_prep: " << is_prep; in RequestWriteCharacteristicCallback()
321 is_prep, value)); in RequestWriteCharacteristicCallback()
326 int offset, bool need_rsp, bool is_prep, in RequestWriteDescriptorCallback() argument
332 << " is_prep: " << is_prep; in RequestWriteDescriptorCallback()
337 is_prep, value)); in RequestWriteDescriptorCallback()
Dfake_bluetooth_gatt_interface.h120 bool need_rsp, bool is_prep,
125 bool need_rsp, bool is_prep,
Dbluetooth_gatt_interface.h152 bool is_prep,
158 bool is_prep,
/system/bt/service/
Dgatt_server.cc407 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCharacteristicCallback() argument
420 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; in RequestWriteCharacteristicCallback()
439 offset, is_prep, need_rsp, in RequestWriteCharacteristicCallback()
446 bool is_prep, std::vector<uint8_t> value) { in RequestWriteDescriptorCallback() argument
459 << " need_rsp: " << need_rsp << " is_prep: " << is_prep; in RequestWriteDescriptorCallback()
478 is_prep, need_rsp, std::move(value), in RequestWriteDescriptorCallback()
Dgatt_server.h216 bool is_prep, std::vector<uint8_t> value) override;
220 int offset, bool need_rsp, bool is_prep,
Dgatt_server_old.cc254 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCallback() argument
261 value.size(), need_rsp, is_prep); in RequestWriteCallback()
279 } else if (!is_prep) { in RequestWriteCallback()
/system/bt/stack/test/gatt/
Dgatt_sr_test.cc258 CHECK(test_state_.application_request_callback.data_.write_req.is_prep == in TEST_F()
300 CHECK(test_state_.application_request_callback.data_.write_req.is_prep == in TEST_F()
335 CHECK(test_state_.application_request_callback.data_.write_req.is_prep == in TEST_F()
370 CHECK(test_state_.application_request_callback.data_.write_req.is_prep == in TEST_F()
/system/bt/include/hardware/
Dbt_gatt_server.h79 int offset, bool need_rsp, bool is_prep,
/system/bt/service/test/
Dgatt_server_unittest.cc63 is_prep(false), in RequestData()
74 bool is_prep; member
119 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest()
136 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()
/system/bt/btif/src/
Dbtif_gatt_server.cc195 req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback()
205 req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback()
/system/bt/stack/include/
Dgatt_api.h466 bool is_prep; /* is prepare write */ member
/system/bt/stack/gatt/
Dgatt_sr.cc950 sr_data.write_req.is_prep = true; in gatts_process_write_req()