diff options
| -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 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; | 
