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.

Doesn't BLE support pairing/bonding? cc2541

Hi,

Can anyone please tell me if BLE supports pairing/bonding concept? I have searched different FW available in ble stack but none of the fw has defined callback for pairing/bonding. Its mentioned that its not used by application

// GAP Bond Manager Callbacks
static gapBondCBs_t simpleBLEPeripheral_BondMgrCBs =
{
  NULL,                     // Passcode callback (not used by application)
  NULL                      // Pairing / Bonding state Callback (not used by application)
};