Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Success - ESP_ERR_INVALID_STATE: The connection has not been established. - ESP_FAIL: Failure due to other reasons

Notes

1. This function triggers `ESP_GATTS_CONF_EVT`. 2. The size of indication or notification data must be less than or equal to MTU size, see `esp_ble_gattc_send_mtu_req`. 3. This function should be called only after the connection has been established.

References

from examples