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:
parent
c7f0069aac
commit
e3773e899f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user