ESP-IDF
ble_store_full_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_full_event()
ble_store_full_event() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_store.h:374
int
ble_store_full_event
(
int
obj_type
,
uint16_t
conn_handle
)
;
Implemented in
ble_store.c:125
Arguments
Argument
obj_type
conn_handle
Examples
References
from
examples
Code
Location
Referrer
ble_store_full_event
(
int
obj_type
,
uint16_t
conn_handle
)
ble_store.c:126
int
ble_store_full_event
(
int
obj_type
,
uint16_t
conn_handle
)
;
ble_store.h:374
rc
=
ble_store_full_event
(
obj_type
,
conn_handle
)
;
ble_sm.c:1107
ble_sm_chk_store_overflow_by_type()
Call Tree
from
examples
ble_store_full_event()
is called by 1 function and calls 1 function:
ble_sm_chk_store_overflow_by_type()
All items filtered out
ble_store_full_event()
ble_store_status()
All items filtered out
Data Use
from
examples
ble_store_full_event()
reads 1 variable and writes 3 variables:
ble_store_status_event::
::full
All items filtered out
ble_store_full_event()
ble_store_status_event::event_code
ble_store_status_event::
::
::obj_type
ble_store_status_event::
::
::conn_handle
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