linguini1 opened a new issue, #17913: URL: https://github.com/apache/nuttx/issues/17913
### Description
Build:
```console
$ ./tools/configure.sh esp32c3-xiao:ble
$ make -j
```
In the USB console connected to the device:
```console
nsh> ifconfig
bnep0 Link encap:UNSPEC at DOWN mtu -9
inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
nsh> ifup bnep0
ifup bnep0...OK
nsh> bt bnep0 advertise start
hci_cmd_done: WARNING: status 12
bt_hci_cmd_send_sync: ERROR: Failed get return parameters
ERROR: ioctl(SIOCBTADVSTART) failed: 5
```
What is the proper way to test advertising? I would like to see if the
device can show up on my mobile phone when I have it searching for new devices.
### Verification
- [x] I have verified before submitting the report.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
