mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 03:58:12 +00:00
Add API to config QoS
This commit is contained in:

committed by
Jiang Jiang Jian

parent
0b31f6a5fc
commit
64d30fa6c4
@@ -765,6 +765,7 @@ typedef struct {
|
||||
FLOW_SPEC flow;
|
||||
UINT16 handle;
|
||||
UINT8 status;
|
||||
BD_ADDR rem_bda;
|
||||
} tBTM_QOS_SETUP_CMPL;
|
||||
|
||||
|
||||
|
@@ -164,6 +164,9 @@ typedef void (*tBTU_EVENT_CALLBACK)(BT_HDR *p_hdr);
|
||||
#define BTU_TTYPE_UCD_TO 108
|
||||
#define BTU_TTYPE_BLE_SCAN 109
|
||||
|
||||
/* BTU internal timer for QOS */
|
||||
#define BTU_TTYPE_BTM_QOS 110
|
||||
|
||||
/* BTU Task Signal */
|
||||
typedef enum {
|
||||
SIG_BTU_START_UP = 0,
|
||||
|
Reference in New Issue
Block a user