diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:36:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:36:49 +0000 |
commit | 99d09d338d4ab207b2d559d3516d9a642d1a5d30 (patch) | |
tree | a5dcace3e31c036404aa5852fc0feceb12532681 /include/hci.h | |
parent | 9b3d6f5cd180f037789e0b2af4656f55d6df2c0c (diff) |
Add OCF for setting host controller to host flow control
Diffstat (limited to 'include/hci.h')
-rw-r--r-- | include/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 6f67bbdf..ee25858e 100644 --- a/include/hci.h +++ b/include/hci.h @@ -816,6 +816,8 @@ typedef struct { } __attribute__ ((packed)) read_transmit_power_level_rp; #define READ_TRANSMIT_POWER_LEVEL_RP_SIZE 4 +#define OCF_SET_CONTROLLER_TO_HOST_FC 0x0031 + #define OCF_HOST_BUFFER_SIZE 0x0033 typedef struct { uint16_t acl_mtu; |