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

  /system/bt/stack/include/
sdpdefs.h 298 #define SIZE_ONE_BYTE 0
  /system/bt/bta/hl/
bta_hl_sdp.c 114 UINT8_TO_BE_STREAM (p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE);
118 UINT8_TO_BE_STREAM (p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE);
  /system/bt/stack/sdp/
sdp_db.c 250 UINT8_TO_BE_STREAM (p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE);
546 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_ONE_BYTE);
    [all...]
sdp_utils.c 275 UINT8_TO_BE_STREAM (p_out, (p_attr->type << 3) | SIZE_ONE_BYTE);
588 case SIZE_ONE_BYTE:

Completed in 49 milliseconds