mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
docs/btshell: Fix name of show-addr command
This commit is contained in:
@@ -48,11 +48,11 @@ For example:
|
|||||||
set addr_type=public addr=01:02:03:04:05:06
|
set addr_type=public addr=01:02:03:04:05:06
|
||||||
set addr_type=random addr=c1:aa:bb:cc:dd:ee
|
set addr_type=random addr=c1:aa:bb:cc:dd:ee
|
||||||
|
|
||||||
The address configuration can be viewed with the ``gatt-show-addr`` command, as follows:
|
The address configuration can be viewed with the ``show-addr`` command, as follows:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
gatt-show-addr
|
show-addr
|
||||||
public_id_addr=01:02:03:04:05:06 random_id_addr=c1:aa:bb:cc:dd:ee
|
public_id_addr=01:02:03:04:05:06 random_id_addr=c1:aa:bb:cc:dd:ee
|
||||||
|
|
||||||
Initiate a direct connection to a device
|
Initiate a direct connection to a device
|
||||||
|
|||||||
Reference in New Issue
Block a user