HomeSort by relevance Sort by last modified time
    Searched refs:acl_db (Results 1 - 5 of 5) 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,
382 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0);
417 tACL_CONN *p = &btm_cb.acl_db[0];
613 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat,
633 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle))
639 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle))
651 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle,
659 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle,
668 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle,
757 (*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 63 memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db));
84 ** Description This function returns the FIRST acl_db entry for the passed BDA.
92 tACL_CONN *p = &btm_cb.acl_db[0];
114 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
116 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
121 tACL_CONN *p = &btm_cb.acl_db[0];
170 /* Allocate acl_db entry */
171 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
407 tACL_CONN *p = &btm_cb.acl_db[0]
    [all...]
btm_ble_gap.c     [all...]
btm_int.h 763 tACL_CONN acl_db[MAX_L2CAP_LINKS]; member in struct:__anon3094
    [all...]
btm_sco.c 429 p_acl = &btm_cb.acl_db[xx];
    [all...]

Completed in 1129 milliseconds