Commit 51b91e1a authored by Szymon Janc's avatar Szymon Janc
Browse files

Bluetooth: shell: Update advertising command help



Add missing rpa parameter to help message.

Change-Id: I902e0f1308a8f8a8b603873a8ffcb9b03527f6e1
Signed-off-by: default avatarSzymon Janc <ext.szymon.janc@tieto.com>
parent a28babc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -608,7 +608,7 @@ static void cmd_advertise(int argc, char *argv[])

fail:
	printk("Usage: advertise <type> <ad mode>\n");
	printk("type: off, on, scan, nconn\n");
	printk("type: off, on, scan, nconn, rpa\n");
	printk("ad mode: discov, non_discov\n");
}