ESP-IDF
ble_gatts_clt_cfg::allowed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_clt_cfg::allowed
ble_gatts_clt_cfg::allowed field
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:102
uint8_t
allowed
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
allowed
;
ble_gatt.h:1239
uint8_t
allowed
;
ble_gatts.c:102
if
(
(
flags
&
~
clt_cfg
->
allowed
)
!=
0
)
{
ble_gatts.c:933
ble_gatts_clt_cfg_access_locked()
clt_cfg
->
allowed
=
allowed_flags
;
ble_gatts.c:1761
ble_gatts_start()
ble_gatts_clt_cfgs
[
idx
]
.
allowed
=
allowed_flags
;
ble_gatts.c:1768
ble_gatts_start()
if
(
!
(
clt_cfg
->
allowed
&
BLE_GATTS_CLT_CFG_F_INDICATE
)
)
{
ble_gatts.c:1990
ble_gatts_rx_indicate_ack()
cfg
->
allowed
=
allowed_flags
;
ble_gatts.c:2772
ble_gatts_add_clt_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_clt_cfg::allowed
is written by 2 functions and is read by 2 functions:
ble_gatts_start()
ble_gatts_add_clt_cfg()
All items filtered out
ble_gatts_clt_cfg::allowed
ble_gatts_clt_cfg_access_locked()
ble_gatts_rx_indicate_ack()
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