Function esp_idf_svc::hal::sys::esp_ble_gap_config_local_icon

source ยท
pub unsafe extern "C" fn esp_ble_gap_config_local_icon(
    icon: u16,
) -> i32
Expand description

@brief set local gap appearance icon

@param[in] icon - External appearance value, these values are defined by the Bluetooth SIG, please refer to https://www.bluetooth.com/specifications/assigned-numbers/

@return - ESP_OK : success - other : failed