Searched defs:need_rsp (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/include/
H A Dsrvc_api.h85 bool need_rsp; member in struct:__anon1284
H A Dgatt_api.h368 bool need_rsp; /* need write response */ member in struct:__anon1205
/system/bt/service/
H A Dgatt_server.cc399 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, st
397 RequestWriteCharacteristicCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
436 RequestWriteDescriptorCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
H A Dgatt_server_old.cc251 int attr_handle, int attribute_offset, bool need_rsp,
259 attribute_offset, value.size(), need_rsp, is_prep);
293 if (!need_rsp) return;
250 RequestWriteCallback(int conn_id, int trans_id, const RawAddress& 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 Dfake_bluetooth_gatt_interface.cc249 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,
247 NotifyRequestWriteCharacteristicCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
257 NotifyRequestWriteDescriptorCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
H A Dbluetooth_gatt_interface.cc309 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 */, boo
307 RequestWriteCharacteristicCallback(int conn_id, int trans_id, const RawAddress& 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, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
/system/bt/service/test/
H A Dgatt_server_unittest.cc63 need_rsp(false),
74 bool need_rsp; member in struct:bluetooth::__anon881::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);

Completed in 266 milliseconds