Home
last modified time | relevance | path

Searched refs:role_ (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h54 return role_; in GetRole()
80 Role role_; variable
Dle_acl_connection.cc113 role_(role) { in LeAclConnection()
/system/bt/gd/l2cap/classic/internal/
Dlink.h201 return role_; in GetRole()
225 hci::Role role_ = hci::Role::CENTRAL; variable
Dlink.cc391 role_ = current_role; in OnRoleDiscoveryComplete()
424 role_ = new_role; in OnRoleChange()
/system/bt/stack/acl/
Dacl.h332 hci_role_t Role() const { return this->role.role_; } in Role()
337 hci_role_t role_{HCI_ROLE_CENTRAL};