Renamed the ble task name form bth to ble_svc

This commit is contained in:
anschrammh 2023-03-26 23:01:21 +02:00
parent d97db47fad
commit a20b35b600

View File

@ -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)); 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); 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, nimble_host_task,
(void *)0, (void *)0,
(void *)tls_host_task_stack_ptr, (void *)tls_host_task_stack_ptr,