Home
last modified time | relevance | path

Searched refs:tHCI_ROLE (Results 1 – 25 of 31) sorted by relevance

12

/system/bt/types/
Dhci_role.h26 } tHCI_ROLE; typedef
28 inline std::string hci_role_text(const tHCI_ROLE& role) { in hci_role_text()
39 inline tHCI_ROLE to_hci_role(const uint8_t& role) { in to_hci_role()
48 typedef tHCI_ROLE hci_role_t; // LEGACY
/system/bt/stack/include/
Dble_acl_interface.h23 uint16_t handle, tHCI_ROLE role, bool match,
27 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role,
32 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role,
Dacl_api.h97 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role);
286 tHCI_ROLE link_role, tBT_TRANSPORT transport);
Dacl_hci_link_interface.h43 tHCI_ROLE new_role);
Dl2c_api.h806 extern tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr);
Dbtm_client_interface.h97 tHCI_ROLE* p_role);
/system/bt/test/mock/
Dmock_stack_acl_ble.cc45 uint16_t handle, tHCI_ROLE role, bool match, in acl_ble_connection_complete()
56 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete()
63 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim()
Dmock_stack_acl.cc170 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole()
322 tHCI_ROLE link_role, tBT_TRANSPORT transport) { in btm_acl_created()
347 tHCI_ROLE new_role) { in btm_acl_role_changed()
Dmock_bta_sys_conn.cc73 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
Dmock_bta_dm_act.cc69 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
Dmock_stack_btm_sec.cc260 tHCI_ROLE assigned_role) { in btm_sec_connected()
/system/bt/stack/acl/
Dble_acl.cc38 uint16_t handle, tHCI_ROLE role, in acl_ble_common_connection()
76 uint16_t handle, tHCI_ROLE role, bool match, in acl_ble_connection_complete()
92 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete()
125 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim()
Dacl.h152 tHCI_ROLE role; /* HCI_ROLE_CENTRAL or HCI_ROLE_PERIPHERAL */
231 tHCI_ROLE link_role;
Dbtm_ble_connection_establishment.cc186 tHCI_ROLE role = to_hci_role(raw_role); in btm_ble_conn_complete()
Dbtm_acl.cc92 tHCI_ROLE new_role);
100 tHCI_ROLE new_role = HCI_ROLE_UNKNOWN;
166 void NotifyAclRoleSwitchComplete(const RawAddress& bda, tHCI_ROLE new_role, in NotifyAclRoleSwitchComplete()
366 tHCI_ROLE link_role, tBT_TRANSPORT transport) { in btm_acl_created()
492 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole()
1390 tHCI_ROLE new_role) { in btm_acl_role_changed()
1455 tHCI_ROLE new_role) { in btm_acl_role_changed()
/system/bt/main/shim/
Dacl_legacy_interface.h42 tHCI_ROLE role, uint16_t conn_interval,
106 tHCI_ROLE new_role);
107 void (*on_role_discovery_complete)(tHCI_ROLE current_role);
Dhelpers.h130 inline tHCI_ROLE ToLegacyRole(hci::Role role) { in ToLegacyRole()
/system/bt/bta/include/
Dbta_dm_acl.h29 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role,
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc73 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
Dmock_bta_dm_act.cc46 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
/system/bt/stack/btm/
Dbtm_sec.h630 tHCI_ROLE assigned_role = HCI_ROLE_PERIPHERAL);
Dsecurity_device_record.h232 tHCI_ROLE);
/system/bt/bta/sys/
Dbta_sys.h247 tHCI_ROLE new_role, tHCI_STATUS hci_status);
Dbta_sys_conn.cc89 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
/system/bt/stack/l2cap/
Dl2c_int.h447 tHCI_ROLE link_role_{HCI_ROLE_CENTRAL}; /* Central or peripheral */
449 tHCI_ROLE LinkRole() const { return link_role_; } in LinkRole()

12