ESP-IDF
ble_att_prep_entry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_att_prep_entry
ble_att_prep_entry struct
Syntax
Show:
Summary
Declaration
from
ble_att_priv.h:112
struct
ble_att_prep_entry
{
SLIST_ENTRY
(
ble_att_prep_entry
)
bape_next
;
uint16_t
bape_handle
;
uint16_t
bape_offset
;
struct
os_mbuf
*
bape_value
;
}
;
Fields
Field
Declared as
ble_att_prep_entry::bape_next
SLIST_ENTRY
(
ble_att_prep_entry
)
ble_att_prep_entry::bape_handle
uint16_t
ble_att_prep_entry::bape_offset
uint16_t
ble_att_prep_entry::bape_value
struct
os_mbuf
*
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_att_prep_entry
{
ble_att_priv.h:112
SLIST_ENTRY
(
ble_att_prep_entry
)
bape_next
;
ble_att_priv.h:113
SLIST_HEAD
(
ble_att_prep_entry_list
,
ble_att_prep_entry
)
;
ble_att_priv.h:123
ble_att_prep_entry_list
sizeof
(
struct
ble_att_prep_entry
)
)
ble_att_svr.c:61
ble_att_svr_prep_free
(
struct
ble_att_prep_entry
*
entry
)
ble_att_svr.c:2522
ble_att_svr_prep_free()
ble_att_svr_prep_free()::entry
static
struct
ble_att_prep_entry
*
ble_att_svr.c:2533
ble_att_svr_prep_alloc()
struct
ble_att_prep_entry
*
entry
;
ble_att_svr.c:2536
ble_att_svr_prep_alloc()
static
struct
ble_att_prep_entry
*
ble_att_svr.c:2555
ble_att_svr_prep_find_prev()
struct
ble_att_prep_entry
*
entry
;
ble_att_svr.c:2559
ble_att_svr_prep_find_prev()
struct
ble_att_prep_entry
*
prev
;
ble_att_svr.c:2560
ble_att_svr_prep_find_prev()
struct
ble_att_prep_entry
*
entry
;
ble_att_svr.c:2581
ble_att_svr_prep_clear()
struct
ble_att_prep_entry
*
entry
;
ble_att_svr.c:2596
ble_att_svr_prep_validate()
struct
ble_att_prep_entry
*
prev
;
ble_att_svr.c:2597
ble_att_svr_prep_validate()
struct
ble_att_prep_entry
*
entry
;
ble_att_svr.c:2639
ble_att_svr_prep_extract()
struct
ble_att_prep_entry
*
first
;
ble_att_svr.c:2640
ble_att_svr_prep_extract()
struct
ble_att_prep_entry
*
prep_entry
;
ble_att_svr.c:2719
ble_att_svr_insert_prep_entry()
struct
ble_att_prep_entry
*
prep_prev
;
ble_att_svr.c:2720
ble_att_svr_insert_prep_entry()
sizeof
(
struct
ble_att_prep_entry
)
,
ble_att_svr.c:3305
ble_att_svr_init()
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
Instance
Scope
Location
Project
ble_att_svr_prep_free()::entry
ble_att_svr_prep_free()
ble_att_svr.c:2522
return
ble_att_svr_prep_alloc()
ble_att_svr.c:2533
return
ble_att_svr_prep_find_prev()
ble_att_svr.c:2555
Lifecycle
from
examples
All items filtered out
All items filtered out