Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/sdp/common/test/
Ddata_element_reader_test.cc156 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_16BIT), 0x00,
175 DataElementSize::ADDITIONAL_16BIT),
345 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_16BIT),
370 DataElementSize::ADDITIONAL_16BIT),
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc185 case DataElementSize::ADDITIONAL_16BIT: in ReadString()
217 case DataElementSize::ADDITIONAL_16BIT: in ReadSequence()
/packages/modules/Bluetooth/system/profile/sdp/
Dsdp_common.h90 ADDITIONAL_16BIT = 0x6, enumerator
Dsdp_logging_helper.h111 CASE_RETURN_TEXT(DataElementSize::ADDITIONAL_16BIT); in DataElementSizeText()