Searched defs:UINT32_TO_STREAM (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/include/
H A Dbt_types.h237 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);} macro

Completed in 64 milliseconds