component/bt: use the OSI utility "pkt_queue" to store ADV report packet in btu layer

This commit is contained in:
Karl Wang
2022-07-18 01:56:28 +08:00
committed by wangmengyang
parent 57336e0a0e
commit a075aa564f
9 changed files with 234 additions and 62 deletions
@@ -175,6 +175,7 @@ typedef enum {
SIG_BTU_GENERAL_ALARM,
SIG_BTU_ONESHOT_ALARM,
SIG_BTU_L2CAP_ALARM,
SIG_BTU_HCI_ADV_RPT_MSG,
SIG_BTU_NUM,
} SIG_BTU_t;
@@ -297,6 +298,7 @@ bool btu_task_post(uint32_t sig, void *param, uint32_t timeout);
int get_btu_work_queue_size(void);
osi_thread_t *btu_get_current_thread(void);
/*
#ifdef __cplusplus
}