diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:46:43 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:46:43 +0000 | 
| commit | 0f9595e9d94cc878d159f1f63b377b839aaa1dca (patch) | |
| tree | fb76e8b995c7030244e42688af892b56e177a834 /include/hci.h | |
| parent | 99d09d338d4ab207b2d559d3516d9a642d1a5d30 (diff) | |
Add OCF for host number of completed packets
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 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; | 
