Searched refs:acl_db (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_pm.c | 358 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat, in BTM_SetSsrParams() 402 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0); in btm_pm_reset() 440 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_pm_find_acl_ind() 640 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat, in btm_pm_snd_md_req() 663 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle)) in btm_pm_snd_md_req() 669 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle)) in btm_pm_snd_md_req() 681 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req() 689 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req() 698 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req() 786 …(*btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, pm_st… in btm_pm_proc_cmd_status() [all …]
|
D | btm_acl.c | 74 memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db)); in btm_acl_init() 100 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_bda_to_acl() 133 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_handle_to_acl_index() 238 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_acl_created() 475 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_acl_device_down() 739 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change() 913 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() 1021 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features() 1082 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete() 1144 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete() [all …]
|
D | btm_ble_multi_adv.c | 777 memcpy(btm_cb.acl_db[idx].conn_addr, btm_multi_adv_cb.p_adv_inst[adv_inst - 1].rpa, in btm_ble_multi_adv_vse_cback()
|
D | btm_int.h | 790 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
|
D | btm_sco.c | 427 p_acl = &btm_cb.acl_db[xx];
|
D | btm_ble.c | 309 p = &btm_cb.acl_db[xx]; in BTM_IsBleConnection()
|
D | btm_ble_gap.c | 3200 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete()
|
D | btm_sec.c | 4241 p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()
|