esp_ble_gatts_set_attr_value() function
Set the attribute value
Arguments
attr_handle
Target attribute handle to set the value
length
The value length in bytes
value
The pointer to the attribute value
Return value
- ESP_OK: Success - ESP_FAIL: Failure
Notes
This function triggers `ESP_GATTS_SET_ATTR_VAL_EVT`.
Examples
esp_ble_gatts_set_attr_value() is referenced by 2 libraries and example projects: