Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c41 #define UINT64_TO_STREAM(p, u64) {*(p)++ = (UINT8)(u64); *(p)++ = (UINT8)((u64) >> 8);*(p)++ … macro
174 UINT64_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */ in dis_s_read_attr_value()