Searched refs:tHCI_ROLE (Results 1 – 25 of 31) sorted by relevance
12
/system/bt/types/ |
D | hci_role.h | 26 } 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/ |
D | ble_acl_interface.h | 23 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,
|
D | acl_api.h | 97 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role); 286 tHCI_ROLE link_role, tBT_TRANSPORT transport);
|
D | acl_hci_link_interface.h | 43 tHCI_ROLE new_role);
|
D | l2c_api.h | 806 extern tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr);
|
D | btm_client_interface.h | 97 tHCI_ROLE* p_role);
|
/system/bt/test/mock/ |
D | mock_stack_acl_ble.cc | 45 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()
|
D | mock_stack_acl.cc | 170 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()
|
D | mock_bta_sys_conn.cc | 73 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
|
D | mock_bta_dm_act.cc | 69 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
|
D | mock_stack_btm_sec.cc | 260 tHCI_ROLE assigned_role) { in btm_sec_connected()
|
/system/bt/stack/acl/ |
D | ble_acl.cc | 38 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()
|
D | acl.h | 152 tHCI_ROLE role; /* HCI_ROLE_CENTRAL or HCI_ROLE_PERIPHERAL */ 231 tHCI_ROLE link_role;
|
D | btm_ble_connection_establishment.cc | 186 tHCI_ROLE role = to_hci_role(raw_role); in btm_ble_conn_complete()
|
D | btm_acl.cc | 92 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/ |
D | acl_legacy_interface.h | 42 tHCI_ROLE role, uint16_t conn_interval, 106 tHCI_ROLE new_role); 107 void (*on_role_discovery_complete)(tHCI_ROLE current_role);
|
D | helpers.h | 130 inline tHCI_ROLE ToLegacyRole(hci::Role role) { in ToLegacyRole()
|
/system/bt/bta/include/ |
D | bta_dm_acl.h | 29 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role,
|
/system/bt/stack/test/common/ |
D | mock_l2cap_layer.cc | 73 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
|
D | mock_bta_dm_act.cc | 46 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
|
/system/bt/stack/btm/ |
D | btm_sec.h | 630 tHCI_ROLE assigned_role = HCI_ROLE_PERIPHERAL);
|
D | security_device_record.h | 232 tHCI_ROLE);
|
/system/bt/bta/sys/ |
D | bta_sys.h | 247 tHCI_ROLE new_role, tHCI_STATUS hci_status);
|
D | bta_sys_conn.cc | 89 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 447 tHCI_ROLE link_role_{HCI_ROLE_CENTRAL}; /* Central or peripheral */ 449 tHCI_ROLE LinkRole() const { return link_role_; } in LinkRole()
|
12