Home
last modified time | relevance | path

Searched refs:acl_db (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/btm/
Dbtm_pm.cc326 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat, in BTM_SetSsrParams()
365 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, in btm_pm_reset()
402 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_pm_find_acl_ind()
587 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat, in btm_pm_snd_md_req()
609 btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle); in btm_pm_snd_md_req()
613 btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle); in btm_pm_snd_md_req()
623 btsnd_hcic_hold_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req()
629 btsnd_hcic_sniff_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req()
635 btsnd_hcic_park_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req()
713 btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, pm_status, 0, status); in btm_pm_proc_cmd_status()
[all …]
Dbtm_acl.cc99 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_bda_to_acl()
123 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_handle_to_acl_index()
215 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) { in btm_acl_created()
303 btm_cb.acl_db[idx].conn_addr = address; in btm_acl_update_conn_addr()
417 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_acl_device_down()
657 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change()
845 tACL_CONN* p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete()
963 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()
1025 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()
1108 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete()
[all …]
Dbtm_int_types.h696 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
Dbtm_sco.cc267 p_acl = &btm_cb.acl_db[acl_index]; in btm_send_connect_request()
Dbtm_ble.cc284 p = &btm_cb.acl_db[xx]; in BTM_IsBleConnection()
Dbtm_ble_gap.cc2280 STREAM_TO_ARRAY(btm_cb.acl_db[idx].peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
Dbtm_sec.cc3729 if (acl_idx != MAX_L2CAP_LINKS) p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()