Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/sdp/common/test/
Ddata_element_reader_test.cc151 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x05,
166 DataElementSize::ADDITIONAL_8BIT),
211 DataElementSize::ADDITIONAL_8BIT), in TEST()
282 Desc(DataElementType::SIGNED_INT, DataElementSize::ADDITIONAL_8BIT)},
302 Desc(DataElementType::UNSIGNED_INT, DataElementSize::ADDITIONAL_8BIT)},
325 Desc(DataElementType::UUID, DataElementSize::ADDITIONAL_8BIT)},
341 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT)},
356 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x04,
365 DataElementSize::ADDITIONAL_8BIT)},
382 DataElementSize::ADDITIONAL_8BIT),
[all …]
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc181 case DataElementSize::ADDITIONAL_8BIT: in ReadString()
213 case DataElementSize::ADDITIONAL_8BIT: in ReadSequence()
/packages/modules/Bluetooth/system/profile/sdp/
Dsdp_common.h89 ADDITIONAL_8BIT = 0x5, enumerator
Dsdp_logging_helper.h107 CASE_RETURN_TEXT(DataElementSize::ADDITIONAL_8BIT); in DataElementSizeText()