ESP-IDF
ble_store_value_cccd
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_store_value_cccd
ble_store_value_cccd struct
Represents a stored client characteristic configuration descriptor (CCCD). This struct corresponds to the BLE_STORE_OBJ_TYPE_CCCD store object type.
Syntax
Show:
Summary
Declaration
from
ble_store.h:118
struct
ble_store_value_cccd
{
ble_addr_t
peer_addr
;
uint16_t
chr_val_handle
;
uint16_t
flags
;
unsigned
value_changed
:
1
;
}
;
Fields
Field
Declared as
ble_store_value_cccd::peer_addr
ble_addr_t
ble_store_value_cccd::chr_val_handle
uint16_t
ble_store_value_cccd::flags
uint16_t
ble_store_value_cccd::value_changed
unsigned
:
1
Related Functions
Found 8 other functions taking a
ble_store_value_cccd
argument:
Function
Description
ble_store_write_cccd()
ble_store_key_from_value_cccd()
ble_store_read_cccd()
ble_gatts_clt_cfg_access_locked()
Performs a read or write access on a client characteritic configuration descriptor (CCCD).
ble_store_ram_read_cccd()
ble_store_ram_write_cccd()
ble_store_config_read_cccd()
ble_store_config_write_cccd()
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