Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc74 std::shared_ptr<callback_params_t> acl{nullptr}; in do_connect() local
/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.cc56 std::shared_ptr<acl_state_changed_params_t> acl{nullptr}; in do_mode() local
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc58 auto acl = hci::AclView::Create(GetPacketView(std::move(outgoing_acl_.take()))); in GetSentAcl() local
Dhci_hal_android_test.cc37 std::queue<std::vector<uint8_t>> cmd, acl, sco, iso; member
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc471 auto acl = MakeAcl(); in TEST_F() local
490 auto acl = MakeAcl(); in TEST_F() local
650 auto acl = MakeAcl(); in TEST_F() local
755 auto acl = MakeAcl(); in TEST_F() local
765 auto acl = MakeAcl(); in TEST_F() local
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc100 void SendAclData(std::unique_ptr<AclBuilder> acl) { in SendAclData()
126 auto acl = AclView::Create(incoming_acl_.take()); in GetReceivedAcl() local
195 auto acl = std::move(outgoing_acl_.front()); in handle_enqueue() local
Dhci_layer.cc545 auto acl = std::make_unique<AclView>(AclView::Create(packet)); in aclDataReceived() local
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs140 let acl = AclInformation::new(*handle); in get_or_allocate_connection() localVariable
147 let mut acl = AclInformation::new(handle); in report_connection_start() localVariable
155 let acl = self.get_or_allocate_connection(&handle); in report_connection_end() localVariable
577 let acl = device.get_or_allocate_connection(&0); in report_sco_connection_start() localVariable
/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc139 ::grpc::Status SendAcl( in SendAcl()
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc137 auto acl = AclView::Create(create_packet_view(packet)); in FilterHciAcl() local
/packages/modules/Bluetooth/system/osi/src/
Dstack_power_telemetry.cc144 } acl, sco; member in __anon875025e30111::LogDataContainer
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2233 auto acl = model::packets::AclBuilder::Create( in SendAclToRemote() local
2478 auto acl = model::packets::AclView::Create(incoming); in IncomingAclPacket() local