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.cc152 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x05,
167 DataElementSize::ADDITIONAL_8BIT),
212 DataElementSize::ADDITIONAL_8BIT), in TEST()
283 Desc(DataElementType::SIGNED_INT, DataElementSize::ADDITIONAL_8BIT)},
303 Desc(DataElementType::UNSIGNED_INT, DataElementSize::ADDITIONAL_8BIT)},
326 Desc(DataElementType::UUID, DataElementSize::ADDITIONAL_8BIT)},
342 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT)},
357 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x04,
366 DataElementSize::ADDITIONAL_8BIT)},
383 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.h110 CASE_RETURN_TEXT(DataElementSize::ADDITIONAL_8BIT); in DataElementSizeText()