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

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c     [all...]
bta_jv_int.h 443 tBTA_JV_L2C_CB l2c_cb[BTA_JV_MAX_L2C_CONN]; /* index is GAP handle (index) */
bta_jv_act.c 506 if (jv_handle < BTA_JV_MAX_L2C_CONN)
566 for (j = 0; j < BTA_JV_MAX_L2C_CONN; j++)
788 for(i=0; i<BTA_JV_MAX_L2C_CONN; i++)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 49 #define BTA_JV_MAX_L2C_CONN (GAP_MAX_CONNECTIONS + 1)
51 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS
    [all...]

Completed in 52 milliseconds