Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h121 bluetooth::hci::Role GetAclRole(uint16_t handle) const;
Dacl_connection_handler.cc295 bluetooth::hci::Role AclConnectionHandler::GetAclRole(uint16_t handle) const { in GetAclRole() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc5664 *role = connections_.GetAclRole(handle); in RoleDiscovery()
5925 bluetooth::hci::Role role = connections_.GetAclRole(handle); in LeConnectionUpdate()