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

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h248 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h225 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro

Completed in 36 milliseconds