ESP-IDF
ble_buf_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_buf_alloc()
ble_buf_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
transport.h:69
esp_err_t
ble_buf_alloc
(
void
)
;
Implemented in
transport.c:335
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
ble_buf_alloc
(
void
)
transport.c:335
extern
esp_err_t
ble_buf_alloc
(
void
)
;
esp_nimble_hci.c:285
esp_err_t
ble_buf_alloc
(
void
)
;
transport.h:69
ret
=
ble_buf_alloc
(
)
;
esp_nimble_hci.c:291
esp_nimble_hci_init()
ret
=
ble_buf_alloc
(
)
;
nimble_port.c:107
esp_nimble_init()
Call Tree
from
examples
ble_buf_alloc()
is called by 2 functions and calls 3 functions:
esp_nimble_hci_init()
esp_nimble_init()
All items filtered out
ble_buf_alloc()
ble_buf_free()
bt_osi_mem_calloc()
os_msys_buf_alloc()
All items filtered out
Data Use
from
examples
ble_buf_alloc()
reads 4 variables and writes 4 variables:
pool_cmd_buf
pool_evt_buf
pool_evt_lo_buf
pool_acl_buf
All items filtered out
ble_buf_alloc()
pool_cmd_buf
pool_evt_buf
pool_evt_lo_buf
pool_acl_buf
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