#include <signal.h>#include <errno.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <fcntl.h>#include <unistd.h>#include <stdlib.h>#include <bluetooth/bluetooth.h>#include <bluetooth/hci.h>#include <bluetooth/hci_lib.h>#include <bluetooth/sdp.h>#include <bluetooth/sdp_lib.h>#include <bluetooth/l2cap.h>#include <bluetooth/bnep.h>#include <bluetooth/rfcomm.h>Include dependency graph for bluezlib.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BT_DISABLED 0 |
| #define | BT_ENABLED 1 |
| #define | BT_UNKNOWN 2 |
| #define | BTVALUE(x) ((x)?BT_ENABLED:BT_DISABLED) |
|
|
Definition at line 23 of file bluezlib.h. |
|
|
Definition at line 24 of file bluezlib.h. |
|
|
Definition at line 25 of file bluezlib.h. Referenced by Opietooth2::OTDriver::setFlags(). |
|
|
Definition at line 26 of file bluezlib.h. Referenced by Opietooth2::OTDriver::setFlags(). |
1.4.2