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

  /system/bt/bta/jv/
bta_jv_int.h 391 tBTA_JV_L2C_CB l2c_cb[BTA_JV_MAX_L2C_CONN]; /* index is GAP handle (index) */
397 UINT16 free_psm_list[BTA_JV_MAX_L2C_CONN]; /* PSMs freed by java
bta_jv_api.c 445 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback &&
673 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback)
716 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback)
758 if (p_data_size && handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback)
792 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback &&
    [all...]
bta_jv_act.c 506 if (jv_handle < BTA_JV_MAX_L2C_CONN)
566 for (j = 0; j < BTA_JV_MAX_L2C_CONN; j++)
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 49 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this value */
    [all...]

Completed in 64 milliseconds