esp_ble_gatts_get_attr_value() function
Retrieve attribute value
Arguments
attr_handle
Attribute handle
length
The pointer to the attribute value length in bytes
value
The pointer to attribute value payload. This value cannot be modified by user.
Return value
- ESP_OK: Success - ESP_GATT_INVALID_HANDLE: Invalid `attr_handle` - ESP_FAIL: Failure due to other reasons
Notes
1. This function does not trigger any event. 2. `attr_handle` must be greater than 0.
Examples
esp_ble_gatts_get_attr_value() is referenced by 3 libraries and example projects: