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

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 439 UINT32 sdp_handle[BTA_JV_MAX_SDP_REC]; /* SDP records created */
bta_jv_act.c 593 for (j = 0; j < BTA_JV_MAX_SDP_REC; j++)
617 if(sdp_id > 0 && sdp_id <= BTA_JV_MAX_SDP_REC)
636 if(sdp_id > 0 && sdp_id <= BTA_JV_MAX_SDP_REC)
741 for(i=0; i<BTA_JV_MAX_SDP_REC; i++)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 47 #define BTA_JV_MAX_SDP_REC SDP_MAX_RECORDS
    [all...]

Completed in 32 milliseconds