summaryrefslogtreecommitdiffstats
path: root/include/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-11-09 22:52:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-11-09 22:52:40 +0000
commit0792c0b319112503dd5129f05536f3c6ae4c746c (patch)
treeee687f76e39c8632a4a129e52417c6ffd31d2f46 /include/hci.h
parent213febe584cdd8c7b5fd2defc2d56f0c84677e51 (diff)
Add hci_set_afh_classification() function
Diffstat (limited to 'include/hci.h')
-rw-r--r--include/hci.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h
index 5e874e07..683c988f 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -694,6 +694,16 @@ typedef struct {
} __attribute__ ((packed)) write_current_iac_lap_cp;
#define WRITE_CURRENT_IAC_LAP_CP_SIZE 1+3*MAX_IAC_LAP
+#define OCF_SET_AFH_CLASSIFICATION 0x003F
+typedef struct {
+ uint8_t map[10];
+} __attribute__ ((packed)) set_afh_classification_cp;
+#define SET_AFH_CLASSIFICATION_CP_SIZE 10
+typedef struct {
+ uint8_t status;
+} __attribute__ ((packed)) set_afh_classification_rp;
+#define SET_AFH_CLASSIFICATION_RP_SIZE 1
+
#define OCF_READ_INQUIRY_MODE 0x0044
typedef struct {
uint8_t status;