ble_glue_set_key_storage_changed_callback

Function ble_glue_set_key_storage_changed_callback 

Source
pub unsafe extern "C" fn ble_glue_set_key_storage_changed_callback(
    callback: BleGlueKeyStorageChangedCallback,
    context: *mut c_void,
)
Expand description

Set callback for NVM in RAM changes

ยงArguments

  • callback (direction in) - The callback to call on NVM change
  • context - The context for callback