Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/sdp/common/test/
Ddata_element_reader_test.cc116 {Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE1), 0x01},
118 ValidTestParam{{Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE2),
121 ValidTestParam{{Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE4),
124 ValidTestParam{{Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE8),
128 {Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE16), 0x00,
302 Desc(DataElementType::UNSIGNED_INT, DataElementSize::ADDITIONAL_8BIT)},
305 Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE1)},
308 Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE2), 0x00},
311 Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE4), 0x00, 0x00,
315 Desc(DataElementType::UNSIGNED_INT, DataElementSize::BYTE8), 0x00, 0x00,
[all …]
/packages/modules/Bluetooth/system/profile/sdp/
Dsdp_common.h69 UNSIGNED_INT = 0x01, enumerator
Dsdp_logging_helper.h83 CASE_RETURN_TEXT(DataElementType::UNSIGNED_INT); in DataElementTypeText()
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc66 case DataElementType::UNSIGNED_INT: in ReadNext()