pub unsafe extern "C" fn bt_br_foreach_bond(
func: Option<unsafe extern "C" fn(info: *const bt_br_bond_info, user_data: *mut c_void)>,
user_data: *mut c_void,
)
Expand description
@brief Iterate through all existing bonds of Classic.
@param func Function to call for each bond. @param user_data Data to pass to the callback function.