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

/system/bt/stack/include/
H A Dbt_types.h239 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro

Completed in 65 milliseconds