sm_allow_ltk_reconstruction_without_le_device_db_entry() function
Allow connection re-encryption in Peripheral (Responder) role for LE Legacy Pairing without entry for Central device stored in LE Device DB
Syntax
void sm_allow_ltk_reconstruction_without_le_device_db_entry(int allow); Arguments
allow
encryption using reconstructed LTK without stored entry (Default: 1)
Notes
BTstack in Peripheral Role (Responder) supports LE Legacy Pairing without a persistent LE Device DB as the LTK is reconstructed from a local secret IRK and EDIV + Random stored on Central (Initiator) device On the downside, it's not really possible to delete a pairing if this is enabled.