Home
last modified time | relevance | path

Searched refs:GetAclHandleForCisHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection_handler.h99 uint16_t GetAclHandleForCisHandle(uint16_t cis_handle) const;
H A Dacl_connection_handler.cc373 uint16_t AclConnectionHandler::GetAclHandleForCisHandle( in GetAclHandleForCisHandle() function in test_vendor_lib::AclConnectionHandler
H A Dlink_layer_controller.cc931 auto acl_handle = connections_.GetAclHandleForCisHandle(cis_handle); in HandleIso()