Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
Drnr_interface.h31 tHCI_STATUS hci_status; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc60 void OnConnectionUpdate(hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, in OnConnectionUpdate()
75 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, uint8_t lmp_version, in OnReadRemoteVersionInformationComplete()
83 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete()
87 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
90 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
218 auto hci_status = subrate_request_status.GetStatus(); in OnLeSubrateRequestStatus() local
Dclassic_acl_connection.cc66 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete()
81 void OnSniffSubrating(hci::ErrorCode hci_status, uint16_t maximum_transmit_latency, in OnSniffSubrating()
141 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
144 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, uint8_t lmp_version, in OnReadRemoteVersionInformationComplete()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc296 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, const RawAddress& bda, in btm_esco_conn_rsp()
835 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
1074 void btm_sco_create_command_status_failed(tHCI_STATUS hci_status) { in btm_sco_create_command_status_failed()
1108 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, uint16_t hci_handle, in btm_sco_connection_failed()
1555 void BTM_EScoConnRsp(uint16_t sco_inx, tHCI_STATUS hci_status, enh_esco_params_t* p_parms) { in BTM_EScoConnRsp()
Dbtm_sec.cc2143 tHCI_STATUS hci_status) { in btm_rnr_add_name_to_security_record()
2218 tHCI_STATUS hci_status) { in btm_sec_rmt_name_request_complete()
3977 void btm_sec_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, tHCI_ROLE new_role) { in btm_sec_role_changed()
Dbtm_sco.h228 uint8_t hci_status; member
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc568 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete()
592 void OnSniffSubrating(hci::ErrorCode hci_status, uint16_t maximum_transmit_latency, in OnSniffSubrating()
658 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange()
672 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, uint8_t lmp_version, in OnReadRemoteVersionInformationComplete()
802 void OnConnectionUpdate(hci::ErrorCode hci_status, uint16_t connection_interval, in OnConnectionUpdate()
817 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
825 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, uint8_t lmp_version, in OnReadRemoteVersionInformationComplete()
837 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/
Dbluetooth_event.cc265 void LogRemoteNameRequestCompletion(const RawAddress& raw_address, tHCI_STATUS hci_status) { in LogRemoteNameRequestCompletion()
299 void LogAuthenticationComplete(const RawAddress& raw_address, tHCI_STATUS hci_status) { in LogAuthenticationComplete()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_power_mode_test.cc43 tHCI_STATUS hci_status; member
59 tHCI_STATUS hci_status) { in SetUp()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/
Dremote_name_request.cc182 tHCI_STATUS hci_status) { in btm_process_remote_name()
357 tHCI_STATUS hci_status) { in btm_process_remote_name()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc182 tHCI_STATUS hci_status) { in NotifyAclRoleSwitchComplete()
437 void btm_acl_create_failed(const RawAddress& bda, tBT_TRANSPORT transport, tHCI_STATUS hci_status) { in btm_acl_create_failed()
1211 void btm_rejectlist_role_change_device(const RawAddress& bd_addr, uint8_t hci_status) { in btm_rejectlist_role_change_device()
1278 void StackAclBtmAcl::btm_acl_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, in btm_acl_role_changed()
1340 void btm_acl_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, tHCI_ROLE new_role) { in btm_acl_role_changed()
Dbtm_pm.cc687 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, tHCI_MODE hci_mode, in btm_pm_proc_mode_change()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc787 void HciLayer::ReadRemoteVersion(hci::ErrorCode hci_status, uint16_t handle, uint8_t version, in ReadRemoteVersion()
799 ContextualCallback<void(hci::ErrorCode hci_status, uint16_t, uint8_t version, in GetAclConnectionInterface()
828 ContextualCallback<void(hci::ErrorCode hci_status, uint16_t, uint8_t version, in GetLeAclConnectionInterface()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc100 tHCI_STATUS hci_status) { in BTA_dm_acl_up_failed()
117 tHCI_STATUS hci_status) { in BTA_dm_report_role_change()
Dmock_stack_acl.cc335 void btm_acl_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr, tHCI_ROLE new_role) { in btm_acl_role_changed()
383 void btm_rejectlist_role_change_device(const RawAddress& bd_addr, uint8_t hci_status) { in btm_rejectlist_role_change_device()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc1004 tHCI_STATUS hci_status) { in bta_dm_pm_btm_cback()
1055 uint16_t interval, tHCI_STATUS hci_status) { in bta_dm_pm_btm_status()
Dbta_dm_device_search_int.h57 tHCI_STATUS hci_status; member
Dbta_dm_act.cc688 tHCI_STATUS hci_status) { in handle_role_change()
742 tHCI_STATUS hci_status) { in BTA_dm_report_role_change()
Dbta_dm_disc_int.h65 tHCI_STATUS hci_status; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/utils/
Dpower_mode_client.h66 tHCI_STATUS hci_status; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc115 tHCI_STATUS hci_status = HCI_SUCCESS; in bta_hf_client_sco_conn_rsp() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_conn.cc73 tHCI_STATUS hci_status) { in bta_sys_notify_role_chg()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc732 void l2c_link_role_changed(const RawAddress* bd_addr, tHCI_ROLE new_role, tHCI_STATUS hci_status) { in l2c_link_role_changed()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc889 tHCI_STATUS hci_status, const RawAddress& peer_addr) { in bta_av_sys_rs_cback()

12