Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h73 #ifndef ntohl
74 #define ntohl(x) ((uint32_t)(x)) macro
149 #ifndef ntohl
150 #define ntohl(x) os_bswap_32(x)
154 #define htonl ntohl
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c313 ntohl(uuid0), ntohs(uuid1), in uuid_to_string_legacy()
315 ntohl(uuid4), ntohs(uuid5)); in uuid_to_string_legacy()
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c103 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c934 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()