Searched refs:acl_db (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/btm/ |
D | btm_pm.cc | 332 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat, in BTM_SetSsrParams() 371 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, in btm_pm_reset() 408 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_pm_find_acl_ind() 593 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat, in btm_pm_snd_md_req() 615 btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle); in btm_pm_snd_md_req() 619 btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle); in btm_pm_snd_md_req() 629 btsnd_hcic_hold_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req() 635 btsnd_hcic_sniff_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req() 641 btsnd_hcic_park_mode(btm_cb.acl_db[link_ind].hci_handle, md_res.max, in btm_pm_snd_md_req() 719 btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, pm_status, 0, status); in btm_pm_proc_cmd_status() [all …]
|
D | btm_acl.cc | 97 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_bda_to_acl() 121 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_handle_to_acl_index() 213 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) { in btm_acl_created() 301 btm_cb.acl_db[idx].conn_addr = address; in btm_acl_update_conn_addr() 415 tACL_CONN* p = &btm_cb.acl_db[0]; in btm_acl_device_down() 655 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change() 872 tACL_CONN* p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() 990 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features() 1052 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete() 1135 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete() [all …]
|
D | btm_int_types.h | 742 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
|
D | btm_sco.cc | 267 p_acl = &btm_cb.acl_db[acl_index]; in btm_send_connect_request()
|
D | btm_ble.cc | 249 p = &btm_cb.acl_db[xx]; in BTM_IsBleConnection()
|
D | btm_ble_gap.cc | 2349 STREAM_TO_ARRAY(btm_cb.acl_db[idx].peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
|
D | btm_sec.cc | 3989 if (acl_idx != MAX_L2CAP_LINKS) p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()
|