ESP-IDF
ble_gatts_clt_cfg
is only used within ESP-IDF.
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
ble_gatts_clt_cfg
ble_gatts_clt_cfg struct
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:1235
struct
ble_gatts_clt_cfg
{
STAILQ_ENTRY
(
ble_gatts_clt_cfg
)
next
;
uint16_t
chr_val_handle
;
uint8_t
flags
;
uint8_t
allowed
;
}
;
Fields
Field
Declared as
ble_gatts_clt_cfg::next
STAILQ_ENTRY
(
ble_gatts_clt_cfg
)
ble_gatts_clt_cfg::chr_val_handle
uint16_t
ble_gatts_clt_cfg::flags
uint8_t
ble_gatts_clt_cfg::allowed
uint8_t
Related Functions
Found 4 other functions taking a
ble_gatts_clt_cfg
argument:
Function
Description
ble_gatts_clt_cfg_find()
ble_gatts_clt_cfg_find_idx()
ble_gatts_clt_cfg_free()
ble_gatts_schedule_update()
Schedules a notification or indication for the specified peer-CCCD pair. If the update should be sent immediately, it is indicated in the return code.
Examples
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