I have a doubt about the BLE callbacks running priority in a thread context. For example, when I define the bt_gatt_notify_func_t callback for the incoming notification, what's the priority that function has? Do all the BLE related stuff run with the main thread priority?