ESP-IDF
ble_gatt_resources::attrs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatt_resources::attrs
ble_gatt_resources::attrs field
Total number of ATT attributes.
Syntax
Show:
Summary
Declaration
from
ble_gatt_priv.h:211
uint16_t
attrs
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
attrs
;
ble_gatt_priv.h:211
res
->
attrs
++
;
ble_gatts.c:3123
ble_gatts_count_resources()
res
->
attrs
++
;
ble_gatts.c:3132
ble_gatts_count_resources()
res
->
attrs
+=
2
;
ble_gatts.c:3150
ble_gatts_count_resources()
res
->
attrs
++
;
ble_gatts.c:3165
ble_gatts_count_resources()
res
->
attrs
++
;
ble_gatts.c:3180
ble_gatts_count_resources()
res
->
attrs
++
;
ble_gatts.c:3198
ble_gatts_count_resources()
res
->
attrs
++
;
ble_gatts.c:3205
ble_gatts_count_resources()
ble_hs_max_attrs
+=
res
.
attrs
;
ble_gatts.c:3226
ble_gatts_count_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatt_resources::attrs
is written by 1 function and is read by 2 functions:
ble_gatts_count_resources()
All items filtered out
ble_gatt_resources::attrs
ble_gatts_count_resources()
ble_gatts_count_cfg()
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