Home
last modified time | relevance | path

Searched refs:DE_TYPE_UUID (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c53 buffer[offset] = (DE_TYPE_UUID << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddAttributeForUuid()
61 buffer[offset] = (DE_TYPE_UUID << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForUuid()
69 buffer[offset] = (DE_TYPE_UUID << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_128; in SdpAddAttributeForUuid()
143 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UUID) { in SdpGetUuid()
H A Dsdp_util.h132 DE_TYPE_UUID, enumerator
H A Dsdp_server.c1760 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) == DE_TYPE_UUID) { in GetUuidfromSequenceLevelThree()
1784 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) == DE_TYPE_UUID) { in GetUuidfromSequenceLevelTwo()
1812 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) == DE_TYPE_UUID) { in GetUuidfromSequenceLevelOne()
1841 if ((type >> SDP_DESCRIPTOR_SIZE_BIT) == DE_TYPE_UUID) { in GetUuidfromSequence()
1880 if (type == DE_TYPE_UUID) { in GetRecordHandleArrayByUuid()
H A Dsdp_client_parse.c1769 case DE_TYPE_UUID: in SdpGetAttribute()

Completed in 8 milliseconds