Searched refs:hci_role_t (Results 1 – 11 of 11) sorted by relevance
32 virtual void on_acl_role_change(const RawAddress bd_addr, hci_role_t new_role,
48 typedef tHCI_ROLE hci_role_t; // LEGACY typedef
398 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);456 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
134 inline hci::Role ToHciRole(const hci_role_t& role) { in ToHciRole()
1223 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()1228 return static_cast<hci_role_t>( in L2CA_GetBleConnRole()
332 hci_role_t Role() const { return this->role.role_; } in Role()337 hci_role_t role_{HCI_ROLE_CENTRAL};340 friend hci_role_t tACL_CONN::tPolicy::Role() const;
87 std::function<hci_role_t(const RawAddress& bd_addr)> body{89 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator()
94 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
452 std::function<hci_role_t(const RawAddress& bd_addr)> body{454 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator()
276 hci_role_t bluetooth::shim::L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
163 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()