Home
last modified time | relevance | path

Searched refs:SIZE_EIGHT_BYTES (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dsdpdefs.h301 #define SIZE_EIGHT_BYTES 3 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c277 UINT8_TO_BE_STREAM (p_out, (p_attr->type << 3) | SIZE_EIGHT_BYTES); in sdpu_build_attrib_entry()
594 case SIZE_EIGHT_BYTES: in sdpu_get_len_from_type()
Dsdp_db.c554 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_EIGHT_BYTES); in SDP_AddSequence()