mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
component/bt : advertising no random address
1. advertising with public bdaddr 2. increase queue size avoid for exception because of the log is a lot
This commit is contained in:
@@ -347,7 +347,7 @@ void btu_task_post(void)
|
||||
void btu_task_start_up(void) {
|
||||
// ke_event_callback_set(KE_EVENT_BTU_TASK_THREAD, &btu_task_thread_handler);
|
||||
|
||||
xBtuQueue = xQueueCreate(15, sizeof(void *));
|
||||
xBtuQueue = xQueueCreate(30, sizeof(void *));
|
||||
xTaskCreate(btu_task_thread_handler, "BtuT", 8192, NULL, configMAX_PRIORITIES - 1, &xBtuTaskHandle);
|
||||
|
||||
#if (defined(BTA_INCLUDED) && BTA_INCLUDED == TRUE)
|
||||
|
Reference in New Issue
Block a user