Searched refs:need_rsp (Results 1 - 15 of 15) sorted by relevance

/system/bt/service/
H A Dgatt_server.cc409 const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp,
423 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
428 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
442 offset, is_prep, need_rsp,
448 const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp,
462 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
467 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
481 is_prep, need_rsp, st
407 RequestWriteCharacteristicCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
446 RequestWriteDescriptorCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
H A Dgatt_server.h214 const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp,
219 int offset, bool need_rsp, bool is_prep,
H A Dgatt_server_old.cc250 int attr_handle, int attribute_offset, bool need_rsp,
258 attribute_offset, value.size(), need_rsp, is_prep);
292 if (!need_rsp) return;
249 RequestWriteCallback(int conn_id, int trans_id, bt_bdaddr_t* bda, int attr_handle, int attribute_offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.h149 const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp,
155 const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp,
H A Dfake_bluetooth_gatt_interface.h115 bool need_rsp, bool is_prep,
120 bool need_rsp, bool is_prep,
H A Dfake_bluetooth_gatt_interface.cc242 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
246 need_rsp, is_prep, value));
251 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
255 offset, need_rsp, is_prep, value));
240 NotifyRequestWriteCharacteristicCallback( int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
249 NotifyRequestWriteDescriptorCallback( int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
H A Dbluetooth_gatt_interface.cc308 int offset, bool need_rsp, bool is_prep,
313 << " length: " << value.size() << " need_rsp: " << need_rsp
319 g_interface, conn_id, trans_id, *bda, attr_handle, offset, need_rsp,
325 bool need_rsp, bool is_prep,
330 << " length: " << value.size() << " need_rsp: " << need_rsp
336 g_interface, conn_id, trans_id, *bda, attr_handle, offset, need_rsp,
693 int /* offset */, bool /* need_rsp */, bool /* is_prep */,
701 int /* offset */, bool /* need_rsp */, boo
306 RequestWriteCharacteristicCallback(int conn_id, int trans_id, bt_bdaddr_t* bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
323 RequestWriteDescriptorCallback( int conn_id, int trans_id, bt_bdaddr_t* bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
/system/bt/stack/include/
H A Dsrvc_api.h85 bool need_rsp; member in struct:__anon1206
H A Dgatt_api.h370 bool need_rsp; /* need write response */ member in struct:__anon1127
/system/bt/service/test/
H A Dgatt_server_unittest.cc62 need_rsp(false),
73 bool need_rsp; member in struct:bluetooth::__anon789::TestDelegate::RequestData
118 char_write_req_.need_rsp = need_response;
135 desc_write_req_.need_rsp = need_response;
542 EXPECT_EQ(true, test_delegate.char_write_req().need_rsp);
555 EXPECT_EQ(true, test_delegate.desc_write_req().need_rsp);
606 EXPECT_EQ(false, test_delegate.char_write_req().need_rsp);
/system/bt/stack/srvc/
H A Dsrvc_battery.cc84 cfg.need_rsp = p_value->need_rsp;
H A Dsrvc_eng.cc279 if (!p_data->write_req.need_rsp) act = SRVC_ACT_IGNORE;
/system/bt/btif/src/
H A Dbtif_gatt_server.cc205 req.handle, req.offset, req.need_rsp, req.is_prep, value);
216 req.handle, req.offset, req.need_rsp, req.is_prep, value);
/system/bt/stack/gap/
H A Dgap_ble.cc331 if (!p_data->write_req.need_rsp) ignore = true;
/system/bt/stack/gatt/
H A Dgatt_sr.cc922 sr_data.write_req.need_rsp = true;

Completed in 1026 milliseconds