ESP-IDF
ble_store_value_csfc
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_csfc
ble_store_value_csfc struct
Represents a stored client supported features characteristic (CSFC). This struct corresponds to the BLE_STORE_OBJ_TYPE_CSFC store object type.
Syntax
Show:
Summary
Declaration
from
ble_store.h:143
struct
ble_store_value_csfc
{
ble_addr_t
peer_addr
;
uint8_t
csfc
[
MYNEWT_VAL
(
BLE_GATT_CSFC_SIZE
)
]
;
}
;
Fields
Field
Declared as
ble_store_value_csfc::peer_addr
ble_addr_t
ble_store_value_csfc::csfc
uint8_t
[
MYNEWT_VAL
(
BLE_GATT_CSFC_SIZE
)
]
Related Functions
Found 8 other functions taking a
ble_store_value_csfc
argument:
Function
Description
ble_store_key_from_value_csfc()
ble_store_write_csfc()
ble_store_config_find_csfc()
$csfc *
ble_store_read_csfc()
ble_store_ram_read_csfc()
ble_store_ram_write_csfc()
ble_store_config_read_csfc()
ble_store_config_write_csfc()
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