Searched refs:acl_db (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/btm/ |
D | btm_pm.cc | 326 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 …]
|
D | btm_acl.cc | 99 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 …]
|
D | btm_int_types.h | 696 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 | 284 p = &btm_cb.acl_db[xx]; in BTM_IsBleConnection()
|
D | btm_ble_gap.cc | 2280 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 | 3729 if (acl_idx != MAX_L2CAP_LINKS) p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()
|