Home
last modified time | relevance | path

Searched refs:hci_role_t (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/include/
Dacl_client_callbacks.h32 virtual void on_acl_role_change(const RawAddress bd_addr, hci_role_t new_role,
/system/bt/types/
Dhci_role.h48 typedef tHCI_ROLE hci_role_t; // LEGACY typedef
/system/bt/main/shim/
Dl2c_api.h398 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
456 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
Dhelpers.h134 inline hci::Role ToHciRole(const hci_role_t& role) { in ToHciRole()
Dl2c_api.cc1223 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
1228 return static_cast<hci_role_t>( in L2CA_GetBleConnRole()
/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};
340 friend hci_role_t tACL_CONN::tPolicy::Role() const;
/system/bt/test/mock/
Dmock_stack_l2cap_ble.h87 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()
Dmock_stack_l2cap_ble.cc94 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
Dmock_main_shim_l2cap_api.h452 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()
Dmock_main_shim_l2cap_api.cc276 hci_role_t bluetooth::shim::L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
/system/bt/stack/l2cap/
Dl2c_ble.cc163 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()