From 99d09d338d4ab207b2d559d3516d9a642d1a5d30 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 Aug 2006 12:36:49 +0000 Subject: Add OCF for setting host controller to host flow control --- include/hci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit