This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Wondering if SAP+SNP mode support BLE scan

Other Parts Discussed in Thread: CC2650

Hi,

I would like to implement some features on CC2650 to scan other BLE device information and get the scan result back to external CPU. I saw CC2650 has simple network processor mode. SAP could be running on external CPU and talk with CC2650 (SNP) with UNPI interface.

From the sample, I know this mode could support BLE Advertisement. But I am not sure if I can use this mode to scan other BLE device.


Anybody can give me some suggestions?

Thanks

  • Hello Ziyang,

    The Simple Network Processor (SNP) supports the Peripheral + Broadcaster role only. If you need Observer role support, you can use simple_observer and add a serial interface (see the BLE Wiki examples section) or use the host_test network processor + the TI Vendor Specific HCI interface.

    Best wishes