Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.c358 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 …]
Dbtm_acl.c74 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 …]
Dbtm_ble_multi_adv.c777 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()
Dbtm_int.h790 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
Dbtm_sco.c427 p_acl = &btm_cb.acl_db[xx];
Dbtm_ble.c309 p = &btm_cb.acl_db[xx]; in BTM_IsBleConnection()
Dbtm_ble_gap.c3200 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete()
Dbtm_sec.c4241 p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()