Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h380 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
435 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
Dhelpers.h141 inline hci::Role ToHciRole(const hci_role_t& role) { in ToHciRole()
/packages/modules/Bluetooth/system/stack/include/
Dacl_client_callbacks.h31 virtual void on_acl_role_change(const RawAddress bd_addr, hci_role_t new_role,
/packages/modules/Bluetooth/system/types/
Dhci_role.h48 typedef tHCI_ROLE hci_role_t; // LEGACY typedef
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.h96 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()
Dmock_main_shim_l2cap_api.h414 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()
Dmock_stack_l2cap_ble.cc97 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc83 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()