Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc48 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
90 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
93 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
100 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
105 uint16_t hci_handle, in btm_sco_connection_failed()
109 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
120 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dmock_stack_acl.cc199 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
203 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
246 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
250 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
260 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
278 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
390 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
513 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
589 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
Dmock_stack_acl_btm_pm.cc93 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dmock_stack_btm_ble.cc67 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
Dmock_stack_btm_sec.cc307 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/btm/
Dbtm_sco.cc559 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
591 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
624 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
726 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
784 uint16_t hci_handle, in btm_sco_connection_failed()
912 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
947 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dbtm_sco.h111 uint16_t hci_handle; /* HCI Handle */ member
Dbtm_ble.cc719 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength() local
2180 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
Dsecurity_device_record.h220 uint16_t hci_handle; /* Handle to connection when exists */ member
Dbtm_sec.cc5037 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.cc318 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
331 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle()
380 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
1186 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
2154 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
2377 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
2519 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
2532 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
2545 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
2572 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
Dbtm_pm.cc727 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dacl.h204 uint16_t hci_handle; member
/packages/modules/Bluetooth/system/stack/test/
Dstack_acl_test.cc77 const uint16_t hci_handle = 0x123; in TEST_F() local
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1616 bool shim::legacy::Acl::HoldMode(uint16_t hci_handle, uint16_t max_interval, in HoldMode()
1623 bool shim::legacy::Acl::SniffMode(uint16_t hci_handle, uint16_t max_interval, in SniffMode()
1631 bool shim::legacy::Acl::ExitSniffMode(uint16_t hci_handle) { in ExitSniffMode()
1636 bool shim::legacy::Acl::SniffSubrating(uint16_t hci_handle, in SniffSubrating()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection_test.cc292 … connection_->GetEventCallbacks([this](uint16_t hci_handle) { is_callbacks_invalidated_ = true; }); in SetUp()