components/bt: Add QOS for SPP, to decrease the delay from slave to master

This commit is contained in:
baohongde
2020-12-23 16:21:19 +08:00
committed by bot
parent d4970113af
commit e1c9aafd46
11 changed files with 152 additions and 2 deletions

View File

@@ -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,