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:__anon1195
H A Dgatt_api.h366 bool need_rsp; /* need write response */ member in struct:__anon1116
/system/bt/service/
H A Dgatt_server.cc397 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
411 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
416 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
430 offset, is_prep, need_rsp,
436 const RawAddress& bda, int attr_handle, int offset, bool need_rsp,
450 << " need_rsp: " << need_rsp << " is_prep: " << is_prep;
455 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle;
469 is_prep, need_rsp, st
395 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
434 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.cc243 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
247 need_rsp, is_prep, value));
252 int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) {
256 offset, need_rsp, is_prep, value));
241 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
250 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.cc306 int offset, bool need_rsp, bool is_prep,
311 << " length: " << value.size() << " need_rsp: " << need_rsp
316 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
322 int offset, bool need_rsp, bool is_prep,
327 << " length: " << value.size() << " need_rsp: " << need_rsp
332 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
688 int /* offset */, bool /* need_rsp */, bool /* is_prep */,
696 int /* offset */, bool /* need_rsp */, boo
304 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
320 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.cc62 need_rsp(false),
73 bool need_rsp; member in struct:bluetooth::__anon784::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);

Completed in 622 milliseconds