Function esp_idf_svc::hal::sys::esp_ble_gap_set_device_name

source ·
pub unsafe extern "C" fn esp_ble_gap_set_device_name(
    name: *const i8,
) -> i32
Expand description

@brief Set device name to the local device Note: This API don’t affect the advertising data

@param[in] name - device name.

@return - ESP_OK : success - other : failed