/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api_types.h | 41 uint8_t hci_status; member 52 uint8_t hci_status; member 63 uint8_t hci_status; member 73 uint8_t hci_status; member 83 uint8_t hci_status; member
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 58 …hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_tim… in OnConnectionUpdate() 67 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() 73 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete() 77 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() 81 hci::ErrorCode hci_status, in OnLeSubrateChange() 203 auto hci_status = subrate_request_status.GetStatus(); in OnLeSubrateRequestStatus() local
|
D | classic_acl_connection.cc | 64 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 80 hci::ErrorCode hci_status, in OnSniffSubrating() 145 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() 149 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 347 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() 368 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation() 405 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() 419 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() 427 hci::ErrorCode hci_status, in OnSniffSubrating()
|
D | link.cc | 332 void Link::OnAuthenticationComplete(hci::ErrorCode hci_status) { in OnAuthenticationComplete() 361 hci::ErrorCode hci_status, in OnSniffSubrating() 436 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange() 445 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_power_mode_test.cc | 47 tHCI_STATUS hci_status; member 64 uint16_t value, tHCI_STATUS hci_status) { in SetUp()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | fixed_channel_allocator.h | 100 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 309 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, in btm_esco_conn_rsp() 884 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 1134 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed() 1610 void BTM_EScoConnRsp(uint16_t sco_inx, tHCI_STATUS hci_status, in BTM_EScoConnRsp()
|
D | btm_sco.h | 229 uint8_t hci_status; member
|
D | neighbor_inquiry.h | 183 tHCI_STATUS hci_status; member 207 tHCI_STATUS hci_status; member
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 116 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() 133 hci::ErrorCode hci_status, in OnLeSubrateChange()
|
D | link_manager.cc | 176 hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_device_search_int.h | 57 tHCI_STATUS hci_status; member
|
D | bta_dm_disc_int_legacy.h | 88 tHCI_STATUS hci_status; member 116 tHCI_STATUS hci_status; member
|
D | bta_dm_pm.cc | 1034 tHCI_STATUS hci_status) { in bta_dm_pm_btm_cback() 1084 tHCI_STATUS hci_status) { in bta_dm_pm_btm_status()
|
D | bta_dm_disc_int.h | 65 tHCI_STATUS hci_status; member
|
D | bta_dm_act.cc | 603 tHCI_STATUS hci_status) { in handle_role_change() 663 tHCI_STATUS hci_status) { in BTA_dm_report_role_change()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 550 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 575 void OnSniffSubrating(hci::ErrorCode hci_status, in OnSniffSubrating() 656 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() 672 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 821 void OnConnectionUpdate(hci::ErrorCode hci_status, in OnConnectionUpdate() 834 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() 843 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 857 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/test/headless/utils/ |
D | power_mode_client.h | 66 tHCI_STATUS hci_status; member
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_sco.cc | 109 tHCI_STATUS hci_status = HCI_SUCCESS; in bta_hf_client_sco_conn_rsp() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_act.cc | 98 tHCI_STATUS hci_status) { in BTA_dm_acl_up_failed() 115 tHCI_STATUS hci_status) { in BTA_dm_report_role_change()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.cc | 687 …hci::ErrorCode hci_status, uint16_t handle, uint8_t version, uint16_t manufacturer_name, uint16_t … in ReadRemoteVersion() 694 AclConnectionInterface* HciLayer::GetAclConnectionInterface( in GetAclConnectionInterface() 727 LeAclConnectionInterface* HciLayer::GetLeAclConnectionInterface( in GetLeAclConnectionInterface()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 188 tHCI_STATUS hci_status) { in NotifyAclRoleSwitchComplete() 475 tHCI_STATUS hci_status) { in btm_acl_create_failed() 1290 uint8_t hci_status) { in btm_rejectlist_role_change_device() 1360 void StackAclBtmAcl::btm_acl_role_changed(tHCI_STATUS hci_status, in btm_acl_role_changed() 1424 void btm_acl_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, in btm_acl_role_changed()
|
/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_conn.cc | 78 tHCI_STATUS hci_status) { in bta_sys_notify_role_chg()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_link.cc | 730 tHCI_STATUS hci_status) { in l2c_link_role_changed()
|