HomeSort by relevance Sort by last modified time
    Searched refs:need_rsp (Results 1 - 17 of 17) sorted by null

  /system/bt/service/
gatt_server.cc 399 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
413 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
418 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
432 offset, is_prep, need_rsp,
438 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
452 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
457 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
471 is_prep, need_rsp, std::move(value)
    [all...]
gatt_server.h 215 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
220 int offset, bool need_rsp, bool is_prep,
gatt_server_old.cc 251 int attr_handle, int attribute_offset, bool need_rsp,
259 attribute_offset, value.size(), need_rsp, is_prep);
293 if (!need_rsp) return;
  /system/bt/service/hal/
bluetooth_gatt_interface.h 151 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
157 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
fake_bluetooth_gatt_interface.h 117 bool need_rsp, bool is_prep,
122 bool need_rsp, bool is_prep,
fake_bluetooth_gatt_interface.cc 249 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
252 attr_handle, offset, need_rsp,
259 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
262 attr_handle, offset, need_rsp,
bluetooth_gatt_interface.cc 309 int offset, bool need_rsp, bool is_prep,
314 << " length: " << value.size() << " need_rsp: " << need_rsp
319 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
325 int offset, bool need_rsp, bool is_prep,
330 << " length: " << value.size() << " need_rsp: " << need_rsp
335 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
691 int /* offset */, bool /* need_rsp */, bool /* is_prep */,
699 int /* offset */, bool /* need_rsp */, bool /* is_prep */
    [all...]
  /system/bt/stack/include/
srvc_api.h 85 bool need_rsp; member in struct:__anon2483
gatt_api.h 368 bool need_rsp; /* need write response */ member in struct:__anon2404
    [all...]
  /system/bt/include/hardware/
bt_gatt_server.h 79 int offset, bool need_rsp, bool is_prep,
  /system/bt/service/test/
gatt_server_unittest.cc 63 need_rsp(false),
74 bool need_rsp; member in struct:bluetooth::__anon2080::TestDelegate::RequestData
119 char_write_req_.need_rsp = need_response;
136 desc_write_req_.need_rsp = need_response;
539 EXPECT_EQ(true, test_delegate.char_write_req().need_rsp);
552 EXPECT_EQ(true, test_delegate.desc_write_req().need_rsp);
603 EXPECT_EQ(false, test_delegate.char_write_req().need_rsp);
  /system/bt/stack/srvc/
srvc_battery.cc 83 cfg.need_rsp = p_value->need_rsp;
srvc_eng.cc 279 if (!p_data->write_req.need_rsp) act = SRVC_ACT_IGNORE;
  /system/bt/btif/src/
btif_gatt_server.cc 194 req.need_rsp, req.is_prep, value);
204 req.need_rsp, req.is_prep, value);
  /system/bt/stack/gap/
gap_ble.cc 209 if (!p_data->write_req.need_rsp) ignore = true;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 644 bool need_rsp, bool is_prep,
658 trans_id, attr_handle, offset, value.size(), need_rsp, is_prep,
664 int offset, bool need_rsp,
679 offset, value.size(), need_rsp, is_prep,
    [all...]
  /system/bt/stack/gatt/
gatt_sr.cc 897 sr_data.write_req.need_rsp = true;
    [all...]

Completed in 480 milliseconds