Home
last modified time | relevance | path

Searched refs:UINT32_TO_BE_FIELD (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c319 UINT32_TO_BE_FIELD (buf, handle); in SDP_CreateRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h294 #define UINT32_TO_BE_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)((u32) >> 24); *((UINT8 *)(p)+1) = (UIN… macro