pub unsafe extern "C" fn furi_hal_bt_change_app(
profile_template: *const FuriHalBleProfileTemplate,
profile_params: FuriHalBleProfileParams,
root_keys: *const GapRootSecurityKeys,
event_cb: GapEventCallback,
context: *mut c_void,
) -> *mut FuriHalBleProfileBaseExpand description
Change BLE app Restarts 2nd core
§Arguments
profile_template- FuriHalBleProfileTemplate instanceprofile_params- Parameters to pass to the profile. Can be NULLevent_cb- GapEventCallback instanceroot_keys- pointer to root keyscontext- pointer to context
§Returns
instance of profile, NULL on failure