summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-21 15:01:54 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-02-21 15:01:54 +0100
commit796ac5ca3b8ac7cb3fc5eca0fc096e4299b5fcfd (patch)
tree0029752afc7bc31b77f198ed754ad65f6368810b /lib/hci.h
parentdef5cd8ad36f9dfedd48002c1d06d150d6b8120c (diff)
downloadbluez-796ac5ca3b8ac7cb3fc5eca0fc096e4299b5fcfd.tar.gz
lib: Add struct for reading LE host supported setting
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 7f68ea0dd..e1feba777 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1249,6 +1249,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;