HomeSort by relevance Sort by last modified time
    Searched refs:MAX_L2CAP_LINKS (Results 1 - 16 of 16) 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)
379 if(cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS)
383 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
421 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
624 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
650 /* Failure btm_cb.pm_pend_link = MAX_L2CAP_LINKS */
    [all...]
btm_acl.c 100 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
124 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
132 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
235 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
497 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
878 if (xx >= MAX_L2CAP_LINKS)
    [all...]
btm_int.h     [all...]
btm_ble_multi_adv.c 749 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS)
btm_sco.c 434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
btm_ble_gap.c     [all...]
btm_ble.c 325 if (xx >= MAX_L2CAP_LINKS)
    [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
720 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
769 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
    [all...]
l2c_utils.c 56 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
267 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_ble.c 812 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
    [all...]
l2c_api.c 133 for (ii = 0; ii < MAX_L2CAP_LINKS; ii++, p_lcb++)
790 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_int.h 475 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 927 #ifndef MAX_L2CAP_LINKS
928 #define MAX_L2CAP_LINKS 4
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 1119 #define MAX_L2CAP_LINKS 7
1121 #define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 544 UINT16 num_pkts[MAX_L2CAP_LINKS + 4]; /* 3 SCO connections */
545 UINT16 handles[MAX_L2CAP_LINKS + 4];
    [all...]

Completed in 322 milliseconds