Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h27 #define BE2H_32(x) (x) macro
44 #define BE2H_32(x) be32toh(x) macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c125 *length = BE2H_32(*(uint32_t *)buffer); in SdpGetLengthFromType()
154 uuid->uuid32 = BE2H_32(*(uint32_t *)(buffer + offset)); in SdpGetUuid()
H A Dsdp_client_parse.c399 uint32_t handle = BE2H_32(*(uint32_t *)(buffer + handleNum * SDP_SERVICE_RECORD_HANDLE_BYTE)); in SdpParseServiceRecordHandleList()
847 *value = BE2H_32(*(uint32_t *)(bufferInfo->buffer + offset)); in SdpGetValue()
884 value = BE2H_32(*(uint32_t *)(bufferInfo->buffer + offset)); in SdpGetALLValue()
1534 uint32_t data3 = BE2H_32(*(uint32_t *)(buffer + 1)); in SdpGetAttributeForUint()
1594 uint32_t data3 = BE2H_32(*(uint32_t *)(buffer + 1)); in SdpGetAttributeForInt()
1639 uint32_t data2 = BE2H_32(*(uint32_t *)(buffer + 1)); in SdpGetAttributeForUuid()
H A Dsdp_server.c1369 uint32_t handle = BE2H_32(*(uint32_t *)(bufferInfo->buffer + offset)); in SdpParseAttributeRequest()

Completed in 6 milliseconds