/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 253 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()
|
D | bluetooth_gatt_interface.cc | 310 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()
|
D | fake_bluetooth_gatt_interface.h | 120 bool need_rsp, bool is_prep, 125 bool need_rsp, bool is_prep,
|
D | bluetooth_gatt_interface.h | 152 bool is_prep, 158 bool is_prep,
|
/system/bt/service/ |
D | gatt_server.cc | 407 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()
|
D | gatt_server.h | 216 bool is_prep, std::vector<uint8_t> value) override; 220 int offset, bool need_rsp, bool is_prep,
|
D | gatt_server_old.cc | 254 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/ |
D | gatt_sr_test.cc | 258 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/ |
D | bt_gatt_server.h | 79 int offset, bool need_rsp, bool is_prep,
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 63 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/ |
D | btif_gatt_server.cc | 195 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/ |
D | gatt_api.h | 466 bool is_prep; /* is prepare write */ member
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 950 sr_data.write_req.is_prep = true; in gatts_process_write_req()
|