/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 249 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteCharacteristicCallback() argument 253 is_prep, value); in NotifyRequestWriteCharacteristicCallback() 259 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) { in NotifyRequestWriteDescriptorCallback() argument 263 is_prep, value); in NotifyRequestWriteDescriptorCallback()
|
D | bluetooth_gatt_interface.cc | 309 int offset, bool need_rsp, bool is_prep, in RequestWriteCharacteristicCallback() argument 315 << " is_prep: " << is_prep; in RequestWriteCharacteristicCallback() 320 is_prep, value)); in RequestWriteCharacteristicCallback() 325 int offset, bool need_rsp, bool is_prep, in RequestWriteDescriptorCallback() argument 331 << " is_prep: " << is_prep; in RequestWriteDescriptorCallback() 336 is_prep, value)); in RequestWriteDescriptorCallback()
|
D | fake_bluetooth_gatt_interface.h | 117 bool need_rsp, bool is_prep, 122 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 | 252 bool is_prep, std::vector<uint8_t> value) { in RequestWriteCallback() argument 259 attribute_offset, value.size(), need_rsp, is_prep); in RequestWriteCallback() 277 } else if (!is_prep) { in RequestWriteCallback()
|
/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 | 62 is_prep(false), in RequestData() 73 bool is_prep; member 118 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest() 135 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 194 req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback() 204 req.need_rsp, req.is_prep, value); in btapp_gatts_handle_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 369 bool is_prep; /* is prepare write */ member
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 885 sr_data.write_req.is_prep = true; in gatts_process_write_req()
|