Searched refs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance
53 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()
28 private static final int BUFSIZ = 1024; field in HM11Sample50 byte[] buffer = new byte[BUFSIZ]; in sendCommand()