/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sco.cc | 48 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()
|
D | mock_stack_acl.cc | 199 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()
|
D | mock_stack_acl_btm_pm.cc | 93 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | mock_stack_btm_ble.cc | 67 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
|
D | mock_stack_btm_sec.cc | 307 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/ |
D | btm_sco.cc | 559 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()
|
D | btm_sco.h | 111 uint16_t hci_handle; /* HCI Handle */ member
|
D | btm_ble.cc | 719 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()
|
D | security_device_record.h | 220 uint16_t hci_handle; /* Handle to connection when exists */ member
|
D | btm_sec.cc | 5037 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/ |
D | btm_acl.cc | 318 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()
|
D | btm_pm.cc | 727 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | acl.h | 204 uint16_t hci_handle; member
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_acl_test.cc | 77 const uint16_t hci_handle = 0x123; in TEST_F() local
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1616 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/ |
D | classic_acl_connection_test.cc | 292 … connection_->GetEventCallbacks([this](uint16_t hci_handle) { is_callbacks_invalidated_ = true; }); in SetUp()
|