Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_options.cc38 uint16_t LinkOptions::GetHandle() const { in GetHandle() function in bluetooth::l2cap::le::LinkOptions
39 return acl_connection_->GetHandle(); in GetHandle()
Dlink_options.h48 uint16_t GetHandle() const;
/packages/modules/Bluetooth/system/gd/hci/
Dacl_builder_test.cc79 ASSERT_EQ(handle, count_packet_view.GetHandle()); in TEST()
111 ASSERT_EQ(handle, counting_down_bytes_packet_view.GetHandle()); in TEST()
149 ASSERT_EQ(handle, packet_view.GetHandle()); in TEST()
Dacl_manager.cc122 auto handle = itr.GetHandle(); in retry_unknown_acl()
137 itr.GetHandle()); in retry_unknown_acl()
163 uint16_t handle = packet->GetHandle(); in dequeue_and_route_acl_packet_to_connection()
178 packet->GetHandle()); in dequeue_and_route_acl_packet_to_connection()
Dacl_manager_test.cc613 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
640 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
673 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
684 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_connection.h34 uint16_t GetHandle() const { in GetHandle() function
Dround_robin_scheduler_test.cc148 ASSERT_EQ(handle, acl_packet_view.GetHandle()); in VerifyPacket()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc288 log::info("handle={}, addr={}", connection->GetHandle(), connection->GetRemoteAddress()); in on_incoming_acl()
299 log::info("handle={}, addr={}", connection->GetHandle(), peer); in OnLeConnectSuccess()
302 uint16_t handle = shared_connection->GetHandle(); in OnLeConnectSuccess()
Dacl_manager_facade.cc352 log::info("handle={}, addr={}", connection->GetHandle(), connection->GetAddress()); in on_incoming_acl()
364 log::info("handle={}, addr={}", connection->GetHandle(), connection->GetAddress()); in OnConnectSuccess()
Dfacade.cc182 log::info("Got an Acl message for handle 0x{:x}", acl_ptr->GetHandle()); in on_acl_ready()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc545 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in OnSmpCommandLe()
559 .connection_handle = channel->GetLinkOptions()->GetHandle(), in OnSmpCommandLe()
617 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in ConnectionIsReadyStartPairing()
631 .connection_handle = channel->GetLinkOptions()->GetHandle(), in ConnectionIsReadyStartPairing()
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc141 return AclBuilder::Create(acl.GetHandle(), acl.GetPacketBoundaryFlag(), in FilterHciAcl()
151 return ScoBuilder::Create(sco.GetHandle(), sco.GetPacketStatusFlag(), data) in FilterHciSco()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h98 uint16_t GetHandle(bluetooth::hci::AddressWithType addr) const;
Dacl_connection_handler.cc193 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in rootcanal::AclConnectionHandler
Ddual_mode_controller.cc129 uint16_t handle = acl_packet.GetHandle(); in HandleAcl()
155 uint16_t handle = sco_packet.GetHandle(); in HandleSco()
Dlink_layer_controller.cc2223 uint16_t handle = acl_packet.GetHandle(); in SendAclToRemote()
2257 uint16_t handle = sco_packet.GetHandle(); in SendScoToRemote()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc110 uint16_t handle = acl_connection->GetHandle(); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc423 ASSERT_EQ(123, connection->GetHandle()); in SetUp()
498 ASSERT_EQ(123, connection->GetHandle()); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc531 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection()
771 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection()
1638 auto handle = connection->GetHandle(); in OnConnectSuccess()
1697 auto handle = connection->GetHandle(); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc62 acl_handle_(acl_connection_->GetHandle()) { in Link()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc391 uint16_t handle = valid_packet.GetHandle(); in btm_route_sco_data()