ESP-IDF
pool_evt_buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pool_evt_buf
pool_evt_buf variable
Syntax
Show:
Summary
Declaration
from
transport.c:81
static
os_membuf_t
*
pool_evt_buf
;
Examples
References
from
examples
Code
Location
Referrer
static
os_membuf_t
*
pool_evt_buf
;
transport.c:81
nimble_platform_mem_free
(
pool_evt_buf
)
;
transport.c:319
ble_buf_free()
pool_evt_buf
=
NULL
;
transport.c:320
ble_buf_free()
pool_evt_buf
=
(
os_membuf_t
*
)
nimble_platform_mem_calloc
(
1
,
transport.c:341
ble_buf_alloc()
if
(
!
pool_evt_buf
||
!
pool_evt_lo_buf
||
!
pool_cmd_buf
)
{
transport.c:370
ble_buf_alloc()
pool_evt_buf
,
"transport_pool_evt"
)
;
transport.c:389
ble_transport_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pool_evt_buf
is written by 2 functions and is read by 3 functions:
ble_buf_free()
ble_buf_alloc()
All items filtered out
pool_evt_buf
ble_buf_free()
ble_buf_alloc()
ble_transport_init()
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