#ifndef __HCI_SOCK_H
#define __HCI_SOCK_H
#define HCI_DATA_DIR …
#define HCI_FILTER …
#define HCI_TIME_STAMP …
#define HCI_CMSG_DIR …
#define HCI_CMSG_TSTAMP …
struct sockaddr_hci { … };
#define HCI_DEV_NONE …
#define HCI_CHANNEL_RAW …
#define HCI_CHANNEL_USER …
#define HCI_CHANNEL_MONITOR …
#define HCI_CHANNEL_CONTROL …
#define HCI_CHANNEL_LOGGING …
struct hci_filter { … };
struct hci_ufilter { … };
#define HCI_FLT_TYPE_BITS …
#define HCI_FLT_EVENT_BITS …
#define HCI_FLT_OGF_BITS …
#define HCI_FLT_OCF_BITS …
#define HCIDEVUP …
#define HCIDEVDOWN …
#define HCIDEVRESET …
#define HCIDEVRESTAT …
#define HCIGETDEVLIST …
#define HCIGETDEVINFO …
#define HCIGETCONNLIST …
#define HCIGETCONNINFO …
#define HCIGETAUTHINFO …
#define HCISETRAW …
#define HCISETSCAN …
#define HCISETAUTH …
#define HCISETENCRYPT …
#define HCISETPTYPE …
#define HCISETLINKPOL …
#define HCISETLINKMODE …
#define HCISETACLMTU …
#define HCISETSCOMTU …
#define HCIBLOCKADDR …
#define HCIUNBLOCKADDR …
#define HCIINQUIRY …
struct hci_dev_stats { … };
struct hci_dev_info { … };
struct hci_conn_info { … };
struct hci_dev_req { … };
struct hci_dev_list_req { … };
struct hci_conn_list_req { … };
struct hci_conn_info_req { … };
struct hci_auth_info_req { … };
struct hci_inquiry_req { … };
#define IREQ_CACHE_FLUSH …
#endif