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.

Bluetooth configuration for cc2650 in BLEperipheral.c

Other Parts Discussed in Thread: CC2650

I have gone through software development guide for cc2650 where analyzed the Bluetooth configuration for different gap roles(i.e.,peripheral role and central etc.., )based on guide i have played around code in a simple BLE peripheral project but i am unable to find correct configurations in advertising and scanning control with boundary ranges.can any one explain all bluetooth configuration with various limits..and how to control advertising and scanning with different configuration values  

  • Hello,

    The simpleBLEPeripheral example is a Peripheral GAP role. As such, it doesn't support scanning. For scanning, please see SimpleBLECentral.

    Can you elaborate on what "boundary ranges" means? The stack allows you to control the Advertising rates.

    Best wishes