Searched refs:acl_db (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 335 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 …]
|
D | btm_acl.c | 57 memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db)); in btm_acl_init() 86 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_bda_to_acl() 116 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_handle_to_acl_index() 168 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_acl_created() 358 tACL_CONN *pa = &btm_cb.acl_db[0]; in btm_acl_removed() 420 tACL_CONN *p = &btm_cb.acl_db[0]; in btm_acl_device_down() 808 p = &btm_cb.acl_db[xx]; in btm_acl_link_key_change() 876 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change() 1111 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_link_policy_complete() 1161 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() [all …]
|
D | btm_int.h | 734 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member
|
D | btm_sco.c | 431 p_acl = &btm_cb.acl_db[xx]; in btm_send_connect_request()
|
D | btm_ble_gap.c | 2001 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete()
|
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_hcif.c | 2237 tACL_CONN *pa = &btm_cb.acl_db[0]; in btu_ble_ll_conn_complete_evt()
|