Re: scan_Adv example for scanning
Carles Cufi
Hi there,
The scan_adv app does not print the received packets, but you can do so by adding a printk() statement in the scan_cb(). You can use the Bluetooth shell to do the same (tests/bluetooth/shell), and if you take a look at subsys/bluetooth/shell/bt.c (function device_found) you can see how to print the information.
Regards,
Carles
From: users@... <users@...>
On Behalf Of swapnil
Sent: 01 May 2018 17:00 To: users@... Subject: [Zephyr-users] scan_Adv example for scanning
Hello,
|
|