Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc884 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()
Dbtm_sco.h239 uint16_t hci_handle; /* HCI Handle */ member
Dbtm_sec.cc272 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()
Dbtm_ble_sec.cc614 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()
Dsecurity_device_record.h428 uint16_t hci_handle; /* Handle to BR/EDR ACL connection when exists */ variable
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc178 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()
Dmock_stack_btm_ble.cc261 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.cc440 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/
Dstack_acl_test.cc65 const uint16_t hci_handle = 0x123; in TEST_F() local
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc347 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()
Dbtm_pm.cc703 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dacl.h201 uint16_t hci_handle; member
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc209 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
Dacl.cc1830 void shim::legacy::Acl::LeSubrateRequest(uint16_t hci_handle, in LeSubrateRequest()