Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c335 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat, in BTM_SetSsrParams()
382 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0); in btm_pm_reset()
417 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_pm_find_acl_ind()
613 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat, in btm_pm_snd_md_req()
633 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle)) in btm_pm_snd_md_req()
639 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle)) in btm_pm_snd_md_req()
651 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req()
659 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req()
668 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle, in btm_pm_snd_md_req()
757 …(*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.c63 memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db)); in btm_acl_init()
92 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()
171 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_acl_created()
407 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_acl_device_down()
794 p = &btm_cb.acl_db[xx]; in btm_acl_link_key_change()
862 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change()
1126 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_link_policy_complete()
1176 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete()
1335 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()
[all …]
Dbtm_ble_gap.c1934 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete()
2007 tACL_CONN *pa = &btm_cb.acl_db[0]; in btm_ble_update_mode_operation()
Dbtm_int.h763 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
Dbtm_sco.c429 p_acl = &btm_cb.acl_db[xx]; in btm_send_connect_request()