esp_idf_svc::sys

Function esp_ble_gap_set_device_name

Source
pub unsafe extern "C" fn esp_ble_gap_set_device_name(
    name: *const u8,
) -> 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