pub unsafe extern "C" fn bt_set_profile(
    bt: *mut Bt,
    profile: BtProfile
) -> bool
Expand description

Change BLE Profile @note Call of this function leads to 2nd core restart

@param bt Bt instance @param profile BtProfile

@return true on success