nrf5/bluetooth: Updating help text for ble module to also list up enabled() function which queries the bluetooth stack on whether it is enabled or not.

This commit is contained in:
Glenn Ruben Bakke 2017-04-02 16:17:39 +02:00
parent c7f0069aac
commit e3773e899f

View File

@ -34,8 +34,9 @@
#define HELP_TEXT_SD \
"If compiled with SD=<softdevice> the additional commands are\n" \
"available:\n" \
" ble.enable() -- enable softdevice\n" \
" ble.disable() -- disable softdevice\n" \
" ble.enable() -- enable bluetooth stack\n" \
" ble.disable() -- disable bluetooth stack\n" \
" ble.enabled() -- check whether bluetooth stack is enabled\n" \
"\n"
#else