ESP-IDF
+
0
/6 examples
SourceVu will show references to
esp_gatts_attr_db_t
from the following samples and libraries:
ble_compatibility_test sample
ble_hid_device_demo sample
ble_spp_server sample
gatt_security_server sample
gatt_server_service_table sample
ble50_security_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gatts_attr_db_t
esp_gatts_attr_db_t struct
attribute type added to the GATT server database
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:551
typedef
struct
{
esp_attr_control_t
attr_control
;
esp_attr_desc_t
att_desc
;
}
esp_gatts_attr_db_t
;
Fields
Field
Declared as
Description
esp_gatts_attr_db_t::attr_control
esp_attr_control_t
The attribute control type.
esp_gatts_attr_db_t::att_desc
esp_attr_desc_t
The attribute type.
Related Functions
Found 5 other functions taking a
esp_gatts_attr_db_t
argument:
Function
Description
add_db_record()
esp_ble_gatts_create_attr_tab()
Create a service attribute table
btc_gatts_check_valid_attr_tab()
btc_gatts_act_create_attr_tab()
populate_gatt_db()
Examples
esp_gatts_attr_db_t
is referenced by 6 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out