Home
last modified time | relevance | path

Searched refs:DE_SIZE_16 (Results 1 - 5 of 5) 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()
99 case DE_SIZE_16: in SdpGetLengthFromType()
H A Dsdp_util.h142 DE_SIZE_16, enumerator
H A Dsdp_server.c463 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddLanguageBaseAttributeIdList()
469 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddLanguageBaseAttributeIdList()
475 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddLanguageBaseAttributeIdList()
566 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddBluetoothProfileDescriptorList()
724 buffer[0] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddAttributeForCommon()
736 buffer[0] = (DE_TYPE_INT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddAttributeForCommon()
853 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddAttributeForProtocolDescriptor()
1008 attributeValue[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpAddAttributeToServiceRecord()
1288 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_16)) { in BuildAttributeListByIdList()
H A Dsdp_client_parse.c471 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_16)) { in SdpParseSingleAttributeList()
1221 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_16)) { in SdpGetLanguageBaseAttributeIdList()
1232 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_16)) { in SdpGetLanguageBaseAttributeIdList()
1243 if (((type >> SDP_DESCRIPTOR_SIZE_BIT) != DE_TYPE_UINT) || ((type & 0x07) != DE_SIZE_16)) { in SdpGetLanguageBaseAttributeIdList()
1514 case DE_SIZE_16: in SdpGetAttributeForUint()
1576 case DE_SIZE_16: in SdpGetAttributeForInt()
1621 case DE_SIZE_16: in SdpGetAttributeForUuid()
H A Dsdp_client.c95 buffer[offset] = (DE_TYPE_UINT << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_16; in SdpBuildAttributeList()

Completed in 9 milliseconds