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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);}
  /hardware/broadcom/libbt/src/
hardware.c 96 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (uint8_t)(u8);}
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 248 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);}
  /external/libnfc-nci/src/include/
bt_types.h 225 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);}

Completed in 2265 milliseconds