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

  /system/bt/stack/btm/
btm_pm.c 200 if(acl_ind == MAX_L2CAP_LINKS)
233 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) )
250 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS) ) /* command pending */
288 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS)
320 if( acl_ind == MAX_L2CAP_LINKS)
352 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS)
401 if(cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS)
405 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
443 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
646 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
    [all...]
btm_acl.c 104 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
128 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
136 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
238 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
478 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
738 if (xx < MAX_L2CAP_LINKS)
    [all...]
btm_int.h     [all...]
btm_ble_multi_adv.c 771 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS)
btm_sco.c 423 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
btm_ble.c 306 if (xx >= MAX_L2CAP_LINKS)
    [all...]
btm_ble_gap.c     [all...]
btm_sec.c     [all...]
  /system/bt/stack/l2cap/
l2c_link.c 84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
762 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
811 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++)
    [all...]
l2c_utils.c 59 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
287 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
    [all...]
l2c_api.c 139 for (ii = 0; ii < MAX_L2CAP_LINKS; ii++, p_lcb++)
430 for (int i = 0; i < MAX_L2CAP_LINKS; i++, p_lcb++)
    [all...]
l2c_ble.c     [all...]
l2c_int.h 468 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
    [all...]
  /system/bt/include/
bt_target.h 536 #define MAX_L2CAP_LINKS 7
538 #define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 927 #ifndef MAX_L2CAP_LINKS
928 #define MAX_L2CAP_LINKS 4
    [all...]

Completed in 438 milliseconds