pub unsafe extern "C" fn ble_gap_set_data_related_addr_change_param(
adv_handle: u8,
change_reason: u8,
) -> c_int
Expand description
Set Data Related Address Changes Param
@param adv_handle Advertising handle @param change_reason Reasons for refreshing addresses
@return 0 on success; nonzero on failure.