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.

CC26x0 Simple Link Bluetooth Low Energy Software Stack 2.2.x : Contradiction

Other Parts Discussed in Thread: BLE-STACK

Found something contradicting in The BLE stack's guide.  The same thing is stated as a function of two layers in BLE protocol stack. The thing stated is: 

The RF states are controlled by the Link Layer. (and) The RF states are controlled by the GAP layer.

Want to know which one actually takes care of the RF states? LL or GAP or both?

Thanks.

  • Hi Shipra,
    Since it's a protocol stack with multiple layers, I would assume that what is meant here is that Link Layer controls RF states while GAP interacts with the Link Layer through the various underlying layers. It should not have any practical meaning for you since the entire BLE-Stack from TI is provided as Library code, partly residing in ROM.