Hi Devzone:
I have create our own board based on nrf5340dk_nrf5340, all are the same , just the pin configure and some perpherail devices on bus are not the same.
I configure bluetooth as follows,
Hi Devzone:
I have create our own board based on nrf5340dk_nrf5340, all are the same , just the pin configure and some perpherail devices on bus are not the same.
I configure bluetooth as follows,
Hi,
Disabling the Bluetooth stack with bt_disable()
is not supported. If what you want to do is just to stop any Bluetooth activity, you can achieve that by terminating any active connections and stopping scanning and advertising. If you need low-level access to the radio you may want to look at MPSL timeslots. If you actually have a need for disabling the Bluetooth stack, you would need to perform a reset (see this post).
Hi,
Disabling the Bluetooth stack with bt_disable()
is not supported. If what you want to do is just to stop any Bluetooth activity, you can achieve that by terminating any active connections and stopping scanning and advertising. If you need low-level access to the radio you may want to look at MPSL timeslots. If you actually have a need for disabling the Bluetooth stack, you would need to perform a reset (see this post).
Thank you Einar Thorsrud