Home
last modified time | relevance | path

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

12

/aosp12/system/bt/stack/include/
H A Dacl_api_types.h42 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
/aosp12/system/bt/gd/l2cap/classic/
H A Dlink_property_listener.h49 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()
H A Dlink_security_interface.h110 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) {} in OnAuthenticationComplete()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink_manager.cc344 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()
H A Dlink.cc319 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()
432hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_sco.cc82 void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status, in BTM_EScoConnRsp()
101 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
108 void btm_sco_connected(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connected()
H A Dmock_stack_acl_btm_pm.cc94 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
H A Dmock_stack_l2cap_link.cc71 uint8_t hci_status) { in l2c_link_role_changed()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc52hci::ErrorCode hci_status, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_tim… in OnConnectionUpdate()
61hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
H A Dclassic_acl_connection.cc59 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()
144hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete()
/aosp12/system/bt/stack/btm/
H A Dbtm_sco.cc118 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, in btm_esco_conn_rsp()
496 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
685 void btm_sco_connected(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connected()
1174 void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status, in BTM_EScoConnRsp()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc68 hci::ErrorCode hci_status, in OnConnectionUpdate()
95hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete()
101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
H A Dlink_manager.cc170 hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
/aosp12/system/bt/gd/l2cap/internal/
H A Dfixed_channel_allocator.h80 virtual void OnAclDisconnected(hci::ErrorCode hci_status) { in OnAclDisconnected()
/aosp12/system/bt/test/headless/connect/
H A Dconnect.cc44 uint16_t value, tHCI_STATUS hci_status) { in power_mode_callback()
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc266 hci::ErrorCode hci_status, in OnConnectionUpdate()
282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
293hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete()
H A Dacl_manager_facade.cc396 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
408 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete()
429 hci::ErrorCode hci_status, in OnSniffSubrating()
/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h49 hci::ErrorCode hci_status, in OnReadRemoteVersionInformation()
/aosp12/system/bt/gd/security/channel/
H A Dsecurity_manager_channel.cc117 void SecurityManagerChannel::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remot… in OnAuthenticationComplete()
/aosp12/system/bt/main/shim/
H A Dacl.cc400 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete()
425 void OnSniffSubrating(hci::ErrorCode hci_status, in OnSniffSubrating()
499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange()
515 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
617 void OnConnectionUpdate(hci::ErrorCode hci_status, in OnConnectionUpdate()
631 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete()
640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc459hci::ErrorCode hci_status, uint16_t handle, uint8_t version, uint16_t manufacturer_name, uint16_t … in ReadRemoteVersion()
465 AclConnectionInterface* HciLayer::GetAclConnectionInterface( in GetAclConnectionInterface()
479 LeAclConnectionInterface* HciLayer::GetLeAclConnectionInterface( in GetLeAclConnectionInterface()
/aosp12/system/bt/stack/test/common/
H A Dmock_stack_l2cap_link.cc71 uint8_t hci_status) { in l2c_link_role_changed()
H A Dmock_bta_sys_conn.cc67 tHCI_STATUS hci_status) { in bta_sys_notify_role_chg()
/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_sco.cc106 uint8_t hci_status = HCI_SUCCESS; in bta_hf_client_sco_conn_rsp() local
/aosp12/system/bt/bta/dm/
H A Dbta_dm_pm.cc896 tHCI_STATUS hci_status) { in bta_dm_pm_btm_cback()
945 uint16_t interval, tHCI_STATUS hci_status) { in bta_dm_pm_btm_status()

12