#include <sys/socket.h>
#include <sys/ioctl.h>
Go to the source code of this file.
|
| #define | HCI_DEV_NONE 0xffff |
| |
| #define | HCI_CHANNEL_RAW 0 |
| |
| #define | HCI_CHANNEL_USER 1 |
| |
| #define | HCIDEVUP _IOW('H', 201, int) |
| |
| #define | HCIDEVDOWN _IOW('H', 202, int) |
| |
| #define | HCIDEVRESET _IOW('H', 203, int) |
| |
| #define | HCIDEVRESTAT _IOW('H', 204, int) |
| |
| #define | HCIGETDEVLIST _IOR('H', 210, int) |
| |
| #define | HCIGETDEVINFO _IOR('H', 211, int) |
| |
◆ HCI_DEV_NONE
| #define HCI_DEV_NONE 0xffff |
◆ HCI_CHANNEL_RAW
| #define HCI_CHANNEL_RAW 0 |
◆ HCI_CHANNEL_USER
| #define HCI_CHANNEL_USER 1 |
◆ HCIDEVUP
| #define HCIDEVUP _IOW('H', 201, int) |
◆ HCIDEVDOWN
| #define HCIDEVDOWN _IOW('H', 202, int) |
◆ HCIDEVRESET
| #define HCIDEVRESET _IOW('H', 203, int) |
◆ HCIDEVRESTAT
| #define HCIDEVRESTAT _IOW('H', 204, int) |
◆ HCIGETDEVLIST
| #define HCIGETDEVLIST _IOR('H', 210, int) |
◆ HCIGETDEVINFO
| #define HCIGETDEVINFO _IOR('H', 211, int) |