⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
3 posts / 0 new
Last post
apoudret
Offline
Last seen:1 year 6 months ago
加入:2017 -09-22 08:33
How can I disable BLE?

Hello,

I would like to know how I can enable/disable BLE using the Dialog SDK on my DA14681.
My use-case being: the user enables/disables the airplane mode on the device.
We want to be 100% sure that there is no Bluetooth usage while airplane mode is enabled and that the BLE module does not use any extra power.

Thank you.

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2015-06-08 11:34
Hi apoudret,

Hi apoudret,

Well if you dont instruct the BLE device to advertise the BLE core will simply be powered off, so if you dont instruct to stack to start advertise, or if there is a connection just disconnect and never advertise until the device exits the airplane mode. There is no BLE main switch, if that is what you are looking for. The device is designed in such a way that it will wake up and perform BLE operations only when its time to do so, therefore if you just stop all BLE operations the BLE core and the Radio will stay powered off.

Thanks MT_dialog

apoudret
Offline
Last seen:1 year 6 months ago
加入:2017 -09-22 08:33
Thank you for this

Thank you for this information.