ESP-IDF
ble_att_svr_prep_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_att_svr_prep_alloc()
ble_att_svr_prep_alloc() function
Syntax
Show:
Summary
Declaration
from
ble_att_svr.c:2533
static
struct
ble_att_prep_entry
*
ble_att_svr_prep_alloc
(
uint8_t
*
att_err
)
;
Arguments
Argument
att_err
Examples
References
from
examples
Code
Location
Referrer
ble_att_svr_prep_alloc
(
uint8_t
*
att_err
)
ble_att_svr.c:2534
prep_entry
=
ble_att_svr_prep_alloc
(
out_att_err
)
;
ble_att_svr.c:2726
ble_att_svr_insert_prep_entry()
Call Tree
from
examples
ble_att_svr_prep_alloc()
is called by 1 function and calls 3 functions:
ble_att_svr_insert_prep_entry()
All items filtered out
ble_att_svr_prep_alloc()
os_memblock_get()
ble_hs_mbuf_l2cap_pkt()
ble_att_svr_prep_free()
All items filtered out
Data Use
from
examples
ble_att_svr_prep_alloc()
reads 1 variable and writes 1 variable:
ble_att_prep_entry::bape_value
All items filtered out
ble_att_svr_prep_alloc()
ble_att_prep_entry::bape_value
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