esp_ble_gatts_create_attr_tab() function
Create a service attribute table
Arguments
gatts_attr_db
The pointer to the service attribute table
gatts_if
GATT Server access interface
max_nb_attr
The number of attributes to be added to the service database
srvc_inst_id
The instance ID of the service
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.
Examples
esp_ble_gatts_create_attr_tab() is referenced by 6 libraries and example projects: