Searched refs:hci_role_t (Results 1 – 8 of 8) sorted by relevance
380 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);435 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
141 inline hci::Role ToHciRole(const hci_role_t& role) { in ToHciRole()
31 virtual void on_acl_role_change(const RawAddress bd_addr, hci_role_t new_role,
48 typedef tHCI_ROLE hci_role_t; // LEGACY typedef
96 std::function<hci_role_t(const RawAddress& bd_addr)> body{98 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator()
414 std::function<hci_role_t(const RawAddress& bd_addr)> body{416 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator()
97 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
83 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()