Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c61 buffer[offset] = (DE_TYPE_UUID << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForUuid()
103 case DE_SIZE_32: in SdpGetLengthFromType()
H A Dsdp_util.h143 DE_SIZE_32, enumerator
H A Dsdp_server.c210 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddServiceRecordHandle()
259 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddServiceRecordState()
728 buffer[0] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForCommon()
741 buffer[0] = (DE_TYPE_INT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForCommon()
861 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForProtocolDescriptor()
916 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_32; in SdpAddAttributeForValue()
1243 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_32)) { in BuildAttributeListByIdRange()
H A Dsdp_client_parse.c1531 case DE_SIZE_32: in SdpGetAttributeForUint()
1591 case DE_SIZE_32: in SdpGetAttributeForInt()
1636 case DE_SIZE_32: in SdpGetAttributeForUuid()

Completed in 8 milliseconds