HomeSort by relevance Sort by last modified time
    Searched defs:UINT8_TO_STREAM (Results 1 - 3 of 3) sorted by null

  /system/nfc/src/include/
nfc_types.h 62 #define UINT8_TO_STREAM(p, u8) \
  /hardware/broadcom/libbt/src/
hardware.c 101 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (uint8_t)(u8);}
    [all...]
  /system/bt/stack/include/
bt_types.h 285 #define UINT8_TO_STREAM(p, u8) \
    [all...]

Completed in 231 milliseconds