ESP-IDF + 0/6 examples
SourceVu will show references to esp_ble_gatts_create_attr_tab() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Success - ESP_ERR_INVALID_ARG: Invalid `max_nb_attr` - ESP_FAIL: Failure

Notes

1. This function triggers `ESP_GATTS_CREAT_ATTR_TAB_EVT`. 2. `max_nb_attr` should not be greater than CONFIG_BT_GATT_MAX_SR_ATTRIBUTES.

References

from examples