Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dsdpdefs.h169 SIZE_EIGHT_BYTES = 3, enumerator
181 CASE_RETURN_TEXT(SIZE_EIGHT_BYTES); in sdp_attr_size_text()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc681 UINT8_TO_BE_STREAM(p_out, (p_attr->type << 3) | SIZE_EIGHT_BYTES); in sdpu_build_attrib_entry()
1005 case SIZE_EIGHT_BYTES: in sdpu_get_len_from_type()
Dsdp_db.cc553 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_EIGHT_BYTES); in SDP_AddSequence()