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.

RTOS/CC2650: What is difference between Establishing a Link and Pairing?

Part Number: CC2650


Tool/software: TI-RTOS

I want to know what is the difference between, establishing link defined in the GAP Role and the pairing option in the GATT Profile?

I get the pairing option only(in BLE scanner app) when characteristics that require authentication is accessed.

Is this how it is supposed to work? why is there no pairing option while connecting?

What is the function of GAP_PAIRING_REQ_EVENT event of gapRole_processGAPMsg(gapEventHdr_t *pMsg) function and when is this accessed?