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

  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 300 #define SIZE_ONE_BYTE 0
  /external/bluetooth/bluedroid/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);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 251 UINT8_TO_BE_STREAM (p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE);
560 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_ONE_BYTE);
    [all...]
sdp_utils.c 278 UINT8_TO_BE_STREAM (p_out, (p_attr->type << 3) | SIZE_ONE_BYTE);
595 case SIZE_ONE_BYTE:

Completed in 82 milliseconds