From a20b35b600c8983c794b3c3bbd12217945dd066a Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 26 Mar 2023 23:01:21 +0200 Subject: [PATCH] Renamed the ble task name form bth to ble_svc --- src/bt/blehost/porting/w800/src/tls_nimble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bt/blehost/porting/w800/src/tls_nimble.c b/src/bt/blehost/porting/w800/src/tls_nimble.c index 2d0b5c2..2848689 100644 --- a/src/bt/blehost/porting/w800/src/tls_nimble.c +++ b/src/bt/blehost/porting/w800/src/tls_nimble.c @@ -17,7 +17,7 @@ void tls_nimble_start(void) { tls_host_task_stack_ptr = (void *)tls_mem_alloc(MYNEWT_VAL(OS_HS_STACK_SIZE) * sizeof(uint32_t)); assert(tls_host_task_stack_ptr != NULL); - tls_os_task_create(&tls_host_task_hdl, "bth", + tls_os_task_create(&tls_host_task_hdl, "ble_svc", nimble_host_task, (void *)0, (void *)tls_host_task_stack_ptr,