ESP-IDF + 0/8 examples
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Success - ESP_FAIL: Failure

Notes

1. This function triggers `ESP_GATTC_SEARCH_RES_EVT` each time a service is retrieved. 2. This function triggers `ESP_GATTC_SEARCH_CMPL_EVT` when the search is completed. 3. The 128-bit base UUID will be converted to a 16-bit UUID automatically in the search results. Other types of UUID remain unchanged.

References

from examples