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)
};