Home
last modified time | relevance | path

Searched defs:hci_status (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Bluetooth/system/stack/include/
Dacl_api_types.h41 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/
Dle_acl_connection.cc58hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_tim… in OnConnectionUpdate()
67hci::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
Dclassic_acl_connection.cc64 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()
149hci::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/
Dlink_manager.cc347 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()
Dlink.cc332 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()
445hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_power_mode_test.cc47 tHCI_STATUS hci_status; member
64 uint16_t value, tHCI_STATUS hci_status) { in SetUp()
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dfixed_channel_allocator.h100 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc309 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()
Dbtm_sco.h229 uint8_t hci_status; member
Dneighbor_inquiry.h183 tHCI_STATUS hci_status; member
207 tHCI_STATUS hci_status; member
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc116hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
133 hci::ErrorCode hci_status, in OnLeSubrateChange()
Dlink_manager.cc176 hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search_int.h57 tHCI_STATUS hci_status; member
Dbta_dm_disc_int_legacy.h88 tHCI_STATUS hci_status; member
116 tHCI_STATUS hci_status; member
Dbta_dm_pm.cc1034 tHCI_STATUS hci_status) { in bta_dm_pm_btm_cback()
1084 tHCI_STATUS hci_status) { in bta_dm_pm_btm_status()
Dbta_dm_disc_int.h65 tHCI_STATUS hci_status; member
Dbta_dm_act.cc603 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/
Dacl.cc550 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/
Dpower_mode_client.h66 tHCI_STATUS hci_status; member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc109 tHCI_STATUS hci_status = HCI_SUCCESS; in bta_hf_client_sco_conn_rsp() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc98 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/
Dhci_layer.cc687hci::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/
Dbtm_acl.cc188 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/
Dbta_sys_conn.cc78 tHCI_STATUS hci_status) { in bta_sys_notify_role_chg()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc730 tHCI_STATUS hci_status) { in l2c_link_role_changed()

12