HomeSort by relevance Sort by last modified time
    Searched full:acl_db (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 335 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat,
380 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0);
418 tACL_CONN *p = &btm_cb.acl_db[0];
618 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat,
638 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle))
644 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle))
656 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle,
664 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle,
673 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle,
762 (*btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, pm_status, 0, status)
    [all...]
btm_acl.c 64 memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db));
85 ** Description This function returns the FIRST acl_db entry for the passed BDA.
96 tACL_CONN *p = &btm_cb.acl_db[0];
122 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
124 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
129 tACL_CONN *p = &btm_cb.acl_db[0];
234 /* Allocate acl_db entry */
235 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
494 tACL_CONN *p = &btm_cb.acl_db[0]
    [all...]
btm_ble_multi_adv.c 754 memcpy(btm_cb.acl_db[idx].conn_addr, btm_multi_adv_cb.p_adv_inst[adv_inst - 1].rpa,
btm_int.h 806 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member in struct:__anon5889
    [all...]
btm_ble_gap.c     [all...]
btm_sco.c 436 p_acl = &btm_cb.acl_db[xx];
    [all...]
btm_ble.c 328 p = &btm_cb.acl_db[xx];
    [all...]
btm_sec.c     [all...]

Completed in 752 milliseconds