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

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h35 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h247 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h224 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro

Completed in 122 milliseconds