zephyr::raw

Function bt_le_ext_adv_get_info

Source
pub unsafe extern "C" fn bt_le_ext_adv_get_info(
    adv: *const bt_le_ext_adv,
    info: *mut bt_le_ext_adv_info,
) -> i32
Expand description

@brief Get advertising set info

@param adv Advertising set object @param info Advertising set info object

@return Zero on success or (negative) error code on failure.