Revision 57 logic/trunk/src/hci_comm/hci_comm.h

View differences:

hci_comm.h
22 22
 #define HCI_COMM_TERMINATE           -1 // Terminates the infinite listening loop
23 23

  
24 24
 // Constants
25
 #define HCI_COMM_REQUEST_BUFFER_SIZE  1024 // Bufer size in bytes
26
 #define HCI_COMM_RESPONSE_BUFFER_SIZE  1024 // Bufer size in bytes
25
 #define HCI_COMM_REQUEST_BUFFER_SIZE  1048576 // Bufer size in bytes
26
 #define HCI_COMM_RESPONSE_BUFFER_SIZE  1048576 // Bufer size in bytes
27
 #define HCI_COMM_LINE_BUFFER_SIZE  1048576 // Bufer size in bytes
27 28
   // TODO: buffer size should be bigger!
28 29

  
29 30
 int listenTo(unsigned short int portNum);

Also available in: Unified diff