HomeSort by relevance Sort by last modified time
    Searched refs:MAX_L2CAP_LINKS (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 207 if(acl_ind == MAX_L2CAP_LINKS)
240 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) )
257 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS) ) /* command pending */
297 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS)
329 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS)
373 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
420 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
619 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
645 /* Failure btm_cb.pm_pend_link = MAX_L2CAP_LINKS */
675 /* Failure btm_cb.pm_pend_link = MAX_L2CAP_LINKS */
    [all...]
btm_acl.c 96 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
116 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
124 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
171 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
410 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
790 if (xx >= MAX_L2CAP_LINKS)
861 if (xx < MAX_L2CAP_LINKS)
    [all...]
btm_int.h     [all...]
btm_ble_gap.c     [all...]
btm_sco.c 427 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 83 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
694 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
743 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
942 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_utils.c 54 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
238 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_api.c 133 for (ii = 0; ii < MAX_L2CAP_LINKS; ii++, p_lcb++)
781 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_int.h 473 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 955 #ifndef MAX_L2CAP_LINKS
956 #define MAX_L2CAP_LINKS 4
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 1219 #define MAX_L2CAP_LINKS 7
1221 #define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 538 UINT16 num_pkts[MAX_L2CAP_LINKS + 4]; /* 3 SCO connections */
539 UINT16 handles[MAX_L2CAP_LINKS + 4];
    [all...]

Completed in 168 milliseconds