From 0f9595e9d94cc878d159f1f63b377b839aaa1dca Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 Aug 2006 12:46:43 +0000 Subject: Add OCF for host number of completed packets --- include/hci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index ee25858e..6cfef5c1 100644 --- a/include/hci.h +++ b/include/hci.h @@ -827,6 +827,8 @@ typedef struct { } __attribute__ ((packed)) host_buffer_size_cp; #define HOST_BUFFER_SIZE_CP_SIZE 7 +#define OCF_HOST_NUM_COMP_PKTS 0x0035 + #define OCF_READ_LINK_SUPERVISION_TIMEOUT 0x0036 typedef struct { uint8_t status; -- cgit