Home
last modified time | relevance | path

Searched defs:acl_connection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h41 struct acl_connection { struct
42 acl_connection(AddressWithType address_with_type, AclConnection::QueueDownEnd* queue_down_end, in acl_connection() argument
46 ~acl_connection() { delete assembler_; } in ~acl_connection() argument
66 acl_connection_interface_ = hci_layer_->GetAclConnectionInterface( in classic_impl() argument
/aosp_15_r20/external/python/bumble/bumble/
Dcontroller.py93 acl_connection: Optional[Connection] = None variable in CisLink