esp_ble_gattc_read_multiple() function
Read multiple characteristic or descriptor values
Arguments
gattc_if
GATT Client access interface
conn_id
Connection ID which specifies the server
read_multi
Pointer to `esp_gattc_multi_t`
auth_req
Authenticate request type
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_GATTC_READ_MULTIPLE_EVT`. 2. This function should be called only after the connection has been established.