Rev 130 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 130 | Rev 483 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | #include <bluetooth/rfcomm.h> |
7 | #include <bluetooth/rfcomm.h> |
8 | #include <bluetooth/hci.h> |
8 | #include <bluetooth/hci.h> |
9 | #include <bluetooth/hci_lib.h> |
9 | #include <bluetooth/hci_lib.h> |
Line 10... | Line 10... | ||
10 | 10 | ||
11 | #include <unistd.h>//for close() for socket |
- | |
12 | 11 | #include <unistd.h>//for close() for socket |
|
Line 13... | Line 12... | ||
13 | #include <stdlib.h> |
12 | #include <stdlib.h> |
14 | 13 | ||
Line 20... | Line 19... | ||
20 | 19 | ||
21 | 20 | ||
22 | #include <errno.h> |
21 | #include <errno.h> |
- | 22 | #include <sys/types.h> |
|
- | 23 | #include <netinet/in.h> |
|
23 | #include <sys/types.h> |
24 | #include <sys/time.h> |
Line 24... | Line 25... | ||
24 | #include <netinet/in.h> |
25 | |
Line 25... | Line 26... | ||
25 | #include <unistd.h>//for close() for socket |
26 | #include <unistd.h>//for close() for socket |