Searched refs:SIZE_ONE_BYTE (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dsdpdefs.h300 #define SIZE_ONE_BYTE 0 macro
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c114 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/
H A Dsdp_db.c251 UINT8_TO_BE_STREAM (p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE);
560 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_ONE_BYTE);
H A Dsdp_utils.c278 UINT8_TO_BE_STREAM (p_out, (p_attr->type << 3) | SIZE_ONE_BYTE);
595 case SIZE_ONE_BYTE:

Completed in 133 milliseconds