aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-21 15:01:54 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-03-01 17:50:12 -0800
commit88f271564cf0f14b1a65fbb48b9bf528bdd34ec7 (patch)
tree73957f744b6998113afcbd8df4731c6eaf0d8fcb
parenta1d571cd3f8fb1ad676756d5338d35b924f41926 (diff)
downloadbluez-hcidump-88f271564cf0f14b1a65fbb48b9bf528bdd34ec7.tar.gz
lib: Add struct for reading LE host supported setting
-rw-r--r--lib/hci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 51184ee..70a3a7a 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1239,6 +1239,14 @@ typedef struct {
} __attribute__ ((packed)) write_best_effort_flush_timeout_rp;
#define WRITE_BEST_EFFORT_FLUSH_TIMEOUT_RP_SIZE 1
+#define OCF_READ_LE_HOST_SUPPORTED 0x006C
+typedef struct {
+ uint8_t status;
+ uint8_t le;
+ uint8_t simul;
+} __attribute__ ((packed)) read_le_host_supported_rp;
+#define READ_LE_HOST_SUPPORTED_RP_SIZE 3
+
#define OCF_WRITE_LE_HOST_SUPPORTED 0x006D
typedef struct {
uint8_t le;