esp_ble_gattc_execute_write() function
Execute a prepared writing sequence
Arguments
gattc_if
GATT Client access interface
is_execute
True if it is to execute the writing sequence; false if it is to cancel the writing sequence.
Return value
- ESP_OK: Success - ESP_FAIL: Failure
Notes
This function triggers `ESP_GATTC_EXEC_EVT`.
esp_ble_gattc_execute_write() calls 2 functions:
![]()
esp_ble_gattc_execute_write()
esp_ble_gattc_execute_write() reads 6 variables and writes 5 variables:
![]()
esp_ble_gattc_execute_write()