Searched defs:hci_handle (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 884 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 916 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange() 949 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange() 1054 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected() 1135 uint16_t hci_handle, in btm_sco_connection_failed() 1270 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed() 1300 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
|
D | btm_sco.h | 239 uint16_t hci_handle; /* HCI Handle */ member
|
D | btm_sec.cc | 272 static bool btm_sec_is_device_sc_downgrade(uint16_t hci_handle, in btm_sec_is_device_sc_downgrade() 301 static void btm_sec_store_device_sc_support(uint16_t hci_handle, in btm_sec_store_device_sc_support() 326 static bool btm_sec_is_session_key_size_downgrade(uint16_t hci_handle, in btm_sec_is_session_key_size_downgrade() 351 static void btm_sec_update_session_key_size(uint16_t hci_handle, in btm_sec_update_session_key_size() 5235 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, in btm_sec_set_peer_sec_caps()
|
D | btm_ble_sec.cc | 614 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength() local 1940 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 | 428 uint16_t hci_handle; /* Handle to BR/EDR ACL connection when exists */ variable
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.cc | 178 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection() 228 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy() 232 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy() 251 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension() 280 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle() 373 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 472 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created() 522 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
|
D | mock_stack_btm_ble.cc | 261 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 | 440 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/test/ |
D | stack_acl_test.cc | 65 const uint16_t hci_handle = 0x123; in TEST_F() local
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 347 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 360 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle() 409 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created() 2044 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle() 2209 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection() 2273 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension() 2284 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy() 2295 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy() 2324 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
|
D | btm_pm.cc | 703 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | acl.h | 201 uint16_t hci_handle; member
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 209 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
|
D | acl.cc | 1830 void shim::legacy::Acl::LeSubrateRequest(uint16_t hci_handle, in LeSubrateRequest()
|