/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api_types.h | 42 uint8_t hci_status; member 53 uint8_t hci_status; member 64 uint8_t hci_status; member 74 uint8_t hci_status; member 84 uint8_t hci_status; member
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_property_listener.h | 49 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation() 69 virtual void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {} in OnRoleChange() 79 …virtual void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t… in OnModeChange() 85 hci::ErrorCode hci_status, in OnSniffSubrating()
|
D | link_security_interface.h | 110 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) {} in OnAuthenticationComplete()
|
D | facade.cc | 148 …hci::ErrorCode hci_status, hci::Address remote, LinkSecurityInterfaceCallbackEventType event_type)… in SecurityConnectionEventOccurred() 249 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sco.cc | 79 void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status, in BTM_EScoConnRsp() 93 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 104 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed()
|
D | mock_stack_acl_btm_pm.cc | 93 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | mock_stack_l2cap_link.cc | 71 uint8_t hci_status) { in l2c_link_role_changed()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 52 …hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_tim… in OnConnectionUpdate() 61 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() 67 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete() 71 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
|
D | classic_acl_connection_test.cc | 187 void OnAuthenticationComplete(hci::ErrorCode hci_status) override {} in OnAuthenticationComplete() 193 hci::ErrorCode hci_status, in OnSniffSubrating() 223 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override {} in OnRoleChange() 228 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete()
|
D | classic_acl_connection.cc | 59 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 75 hci::ErrorCode hci_status, in OnSniffSubrating() 140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() 144 …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 | 344 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() 365 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation() 402 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() 416 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() 424 hci::ErrorCode hci_status, in OnSniffSubrating()
|
D | link.cc | 319 void Link::OnAuthenticationComplete(hci::ErrorCode hci_status) { in OnAuthenticationComplete() 348 hci::ErrorCode hci_status, in OnSniffSubrating() 423 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange() 432 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 68 hci::ErrorCode hci_status, in OnConnectionUpdate() 95 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() 101 void Link::OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) {} in OnLeReadRemoteFeaturesComplete() 103 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
|
D | link_manager.cc | 170 hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 339 hci::ErrorCode hci_status, in OnConnectionUpdate() 355 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate() 367 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete() 368 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override {} in OnLeReadRemoteFeaturesComplete()
|
D | acl_manager_facade.cc | 411 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() 423 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 444 hci::ErrorCode hci_status, in OnSniffSubrating()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 107 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, in btm_esco_conn_rsp() 559 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 783 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed() 1223 void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status, in BTM_EScoConnRsp()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | fixed_channel_allocator.h | 80 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected()
|
/packages/modules/Bluetooth/system/test/headless/connect/ |
D | connect.cc | 44 uint16_t value, tHCI_STATUS hci_status) { in power_mode_callback()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | link_property_listener.h | 49 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_acl_test.cc | 60 void btm_sec_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, in btm_sec_role_changed()
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 117 void SecurityManagerChannel::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remot… in OnAuthenticationComplete()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 511 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 536 void OnSniffSubrating(hci::ErrorCode hci_status, in OnSniffSubrating() 610 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() 626 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 728 void OnConnectionUpdate(hci::ErrorCode hci_status, in OnConnectionUpdate() 742 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 751 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, in OnLeReadRemoteFeaturesComplete() 756 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_pm.cc | 878 tHCI_STATUS hci_status) { in bta_dm_pm_btm_cback() 927 uint16_t interval, tHCI_STATUS hci_status) { in bta_dm_pm_btm_status()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_sco.cc | 106 uint8_t hci_status = HCI_SUCCESS; in bta_hf_client_sco_conn_rsp() local
|