| /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()
|
| /packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
| D | le_acl_connection.cc | 55 …hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_tim… in OnConnectionUpdate() 64 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() 70 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete() 74 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() 78 hci::ErrorCode hci_status, in OnLeSubrateChange() 196 auto hci_status = subrate_request_status.GetStatus(); in OnLeSubrateRequestStatus() local
|
| D | le_acl_connection_test.cc | 68 hci::ErrorCode hci_status, in OnConnectionUpdate() 76 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete() 77 …virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override… in OnLeReadRemoteFeaturesComplete() 78 virtual 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/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() 106 hci::ErrorCode hci_status, in OnLeSubrateChange()
|
| D | link_manager.cc | 175 hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_btm_sco.cc | 78 void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status, in BTM_EScoConnRsp() 90 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 101 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed()
|
| D | mock_stack_acl_btm_pm.cc | 90 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 | 70 uint8_t hci_status) { in l2c_link_role_changed()
|
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
| D | link_manager.cc | 353 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() 374 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation() 411 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() 425 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() 433 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/hci/facade/ |
| D | le_acl_manager_facade.cc | 344 hci::ErrorCode hci_status, in OnConnectionUpdate() 360 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate() 371 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete() 372 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override {} in OnLeReadRemoteFeaturesComplete() 378 hci::ErrorCode hci_status, in OnLeSubrateChange()
|
| D | acl_manager_facade.cc | 418 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() 430 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 451 hci::ErrorCode hci_status, in OnSniffSubrating()
|
| /packages/modules/Bluetooth/system/gd/hci/ |
| D | hci_layer_unittest.cc | 261 hci_handler_->Bind([](hci::ErrorCode hci_status, in TEST_F() 275 hci_handler_->Bind([](hci::ErrorCode hci_status, in TEST_F() 289 hci_handler_->Bind([](hci::ErrorCode hci_status, in TEST_F() 302 hci_handler_->Bind([](hci::ErrorCode hci_status, in TEST_F() 316 hci_handler_->Bind([](hci::ErrorCode hci_status, in TEST_F() 320 … uint16_t sub_version) { LOG_DEBUG("%s", kOurLeReadRemoteVersionHandlerWasInvoked); })); in TEST_F()
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_sco.cc | 131 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, in btm_esco_conn_rsp() 717 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 959 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed() 1431 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 | 93 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected()
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/ |
| D | link_property_listener.h | 49 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation()
|
| /packages/modules/Bluetooth/system/test/headless/connect/ |
| D | connect.cc | 45 [[maybe_unused]] tHCI_STATUS hci_status) { in power_mode_callback()
|
| /packages/modules/Bluetooth/system/stack/test/ |
| D | stack_acl_test.cc | 59 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 | 542 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() 567 void OnSniffSubrating(hci::ErrorCode hci_status, in OnSniffSubrating() 641 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() 657 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 779 void OnConnectionUpdate(hci::ErrorCode hci_status, in OnConnectionUpdate() 792 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() 801 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() 810 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, in OnLeReadRemoteFeaturesComplete() 815 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()
|
| /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
|