From 237531ab9c9e06a131b34d6524bab659d8147fdf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 May 2008 15:33:36 +0000 Subject: Add OCF constants for synchronous flow control enabling --- include/hci.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index 92c3a447..6e295be3 100644 --- a/include/hci.h +++ b/include/hci.h @@ -869,6 +869,10 @@ typedef struct { } __attribute__ ((packed)) read_transmit_power_level_rp; #define READ_TRANSMIT_POWER_LEVEL_RP_SIZE 4 +#define OCF_READ_SYNC_FLOW_ENABLE 0x002E + +#define OCF_WRITE_SYNC_FLOW_ENABLE 0x002F + #define OCF_SET_CONTROLLER_TO_HOST_FC 0x0031 #define OCF_HOST_BUFFER_SIZE 0x0033 -- cgit