Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dsdpdefs.h166 SIZE_ONE_BYTE = 0, enumerator
178 CASE_RETURN_TEXT(SIZE_ONE_BYTE); in sdp_attr_size_text()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc227 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in sdp_compose_proto_list()
544 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_ONE_BYTE); in SDP_AddSequence()
Dsdp_utils.cc672 UINT8_TO_BE_STREAM(p_out, (p_attr->type << 3) | SIZE_ONE_BYTE); in sdpu_build_attrib_entry()
990 case SIZE_ONE_BYTE: in sdpu_get_len_from_type()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc296 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in HID_DevAddRecord()