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

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h99 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h265 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro

Completed in 208 milliseconds