Function esp_idf_sys::esp_ble_gap_config_local_icon
source ยท pub unsafe extern "C" fn esp_ble_gap_config_local_icon(
icon: u16,
) -> esp_err_t
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