Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsdpdefs.h309 #define SIZE_ONE_BYTE 0 macro
/system/bt/bta/hl/
Dbta_hl_sdp.cc112 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in bta_hl_compose_supported_feature_list()
116 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in bta_hl_compose_supported_feature_list()
/system/bt/stack/sdp/
Dsdp_utils.cc242 UINT8_TO_BE_STREAM(p_out, (p_attr->type << 3) | SIZE_ONE_BYTE); in sdpu_build_attrib_entry()
552 case SIZE_ONE_BYTE: in sdpu_get_len_from_type()
Dsdp_db.cc227 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in sdp_compose_proto_list()
494 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_ONE_BYTE); in SDP_AddSequence()
/system/bt/stack/hid/
Dhidd_api.cc312 UINT8_TO_BE_STREAM(p, (UINT_DESC_TYPE << 3) | SIZE_ONE_BYTE); in HID_DevAddRecord()