Function esp_idf_sys::ble_gap_adv_rsp_set_data
source ยท pub unsafe extern "C" fn ble_gap_adv_rsp_set_data(
data: *const u8,
data_len: c_int,
) -> c_int
Expand description
Configures the data to include in subsequent scan responses.
@param data Buffer containing the scan response data. @param data_len The size of the response data, in bytes.
@return 0 on succes, BLE_HS_EBUSY if advertising is in progress, other error code on failure.