bt_gatt_notify() can block when running on Zephyr workqueue.

Hi everyone,

I called "bt_gatt_notify()" from workqueue.
Usually there is no problem, but when move far away, "bt_gatt_notify()" doesn't return.
I called "bt_gatt_notify()" from "main()" works fine.

Shouldn't "bt_gatt_notify()" be called from workqueue?

thank you

Related