Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h22 #define BE2H_16(x) (x) macro
39 #define BE2H_16(x) be16toh(x) macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c121 *length = BE2H_16(*(uint16_t *)buffer); in SdpGetLengthFromType()
150 uuid->uuid16 = BE2H_16(*(uint16_t *)(buffer + offset)); in SdpGetUuid()
H A Dsdp_client_parse.c328 transactionId = BE2H_16(*(uint16_t *)(header + offset)); in SdpParseServerResponse()
331 parameterLength = BE2H_16(*(uint16_t *)(header + offset)); in SdpParseServerResponse()
477 uint16_t attributeId = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSingleAttributeList()
663 errorCode = BE2H_16(*(uint16_t *)buffer); in SdpParseErrorResponse()
680 totalServiceRecordCount = BE2H_16(*(uint16_t *)buffer); in SdpParseSearchResponse()
687 currentServiceRecordCount = BE2H_16(*(uint16_t *)buffer); in SdpParseSearchResponse()
747 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseAttributeResponse()
796 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseSearchAttributeResponse()
880 value = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpGetALLValue()
1226 BE2H_16(*(uint16_ in SdpGetLanguageBaseAttributeIdList()
[all...]
H A Dsdp_server.c1058 transactionId = BE2H_16(*(uint16_t *)(header + 1)); in SdpParseClientRequest()
1060 parameterLength = BE2H_16(*(uint16_t *)(header + SDP_UINT16_LENGTH + 1)); in SdpParseClientRequest()
1197 maximumServiceRecordCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSearchRequest()
1247 start = BE2H_16(*(uint16_t *)(buffer + 1)); in BuildAttributeListByIdRange()
1248 end = BE2H_16(*(uint16_t *)(buffer + SDP_UINT16_LENGTH + 1)); in BuildAttributeListByIdRange()
1293 attributeId = BE2H_16(*(uint16_t *)(buffer + pos)); in BuildAttributeListByIdList()
1373 maximumAttributeByteCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseAttributeRequest()
1623 uint16_t maximumAttributeByteCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSearchAttributeRequest()

Completed in 6 milliseconds