Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhm11.cxx53 char buffer[BUFSIZ]; in sendCommand()
59 memset(buffer, 0, BUFSIZ); in sendCommand()
61 ble->readData(buffer, BUFSIZ - 1); in sendCommand()
74 char buffer[BUFSIZ]; in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DHM11Sample.java28 private static final int BUFSIZ = 1024; field in HM11Sample
50 byte[] buffer = new byte[BUFSIZ]; in sendCommand()