Home
last modified time | relevance | path

Searched defs:hci_handle (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc47 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
87 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
90 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
97 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
102 uint16_t hci_handle, in btm_sco_connection_failed()
106 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
117 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dmock_stack_acl.cc206 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
210 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
255 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
259 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
269 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
298 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
414 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
537 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
613 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
Dmock_main_shim_acl_api.cc99 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
Dmock_stack_acl_btm_pm.cc90 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dmock_stack_btm_sec.cc306 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, in btm_sec_set_peer_sec_caps()
Dmock_stack_btm_ble.cc263 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc717 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
749 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
782 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
886 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
960 uint16_t hci_handle, in btm_sco_connection_failed()
1092 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
1134 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dbtm_sco.h168 uint16_t hci_handle; /* HCI Handle */ member
Dbtm_ble.cc658 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength() local
2108 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
Dsecurity_device_record.h228 uint16_t hci_handle; /* Handle to connection when exists */ member
Dbtm_sec.cc5141 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, in btm_sec_set_peer_sec_caps()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc364 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
377 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle()
426 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
1244 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
2247 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
2489 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
2602 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
2615 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
2628 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
2659 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
Dbtm_pm.cc707 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dacl.h202 uint16_t hci_handle; member
/packages/modules/Bluetooth/system/stack/test/
Dstack_acl_test.cc76 const uint16_t hci_handle = 0x123; in TEST_F() local
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc156 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
Dacl.cc1788 bool shim::legacy::Acl::HoldMode(uint16_t hci_handle, uint16_t max_interval, in HoldMode()
1795 bool shim::legacy::Acl::SniffMode(uint16_t hci_handle, uint16_t max_interval, in SniffMode()
1803 bool shim::legacy::Acl::ExitSniffMode(uint16_t hci_handle) { in ExitSniffMode()
1808 bool shim::legacy::Acl::SniffSubrating(uint16_t hci_handle, in SniffSubrating()
1827 void shim::legacy::Acl::LeSubrateRequest(uint16_t hci_handle, in LeSubrateRequest()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection_test.cc287 … connection_->GetEventCallbacks([this](uint16_t hci_handle) { is_callbacks_invalidated_ = true; }); in SetUp()