mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
Add structure for host number of completed packets
This commit is contained in:
parent
0f9595e9d9
commit
6789dbbbe3
@ -828,6 +828,11 @@ typedef struct {
|
||||
#define HOST_BUFFER_SIZE_CP_SIZE 7
|
||||
|
||||
#define OCF_HOST_NUM_COMP_PKTS 0x0035
|
||||
typedef struct {
|
||||
uint8_t num_hndl;
|
||||
/* variable length part */
|
||||
} __attribute__ ((packed)) host_num_comp_pkts_cp;
|
||||
#define HOST_NUM_COMP_PKTS_CP_SIZE 1
|
||||
|
||||
#define OCF_READ_LINK_SUPERVISION_TIMEOUT 0x0036
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user