ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_transport_alloc_evt()
from the following samples and libraries:
bleprph_host_only sample
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_transport_alloc_evt()
ble_transport_alloc_evt() function
Syntax
Show:
Summary
Declaration
Definition
from
transport.h:195
void
*
ble_transport_alloc_evt
(
int
discardable
)
;
Implemented in
transport.c:138
Arguments
Argument
discardable
Examples
ble_transport_alloc_evt()
is referenced by 1 libraries and example projects:
bleprph_host_only sample
References
from
0/1
examples
Code
Location
Referrer
ble_transport_alloc_evt
(
int
discardable
)
transport.c:139
void
*
ble_transport_alloc_evt
(
int
discardable
)
;
transport.h:195
evbuf
=
ble_transport_alloc_evt
(
1
)
;
esp_nimble_hci.c:252
host_rcv_pkt()
evbuf
=
ble_transport_alloc_evt
(
0
)
;
esp_nimble_hci.c:258
host_rcv_pkt()
Call Tree
from
0/1
examples
ble_transport_alloc_evt()
is called by 1 function and calls 1 function:
host_rcv_pkt()
All items filtered out
ble_transport_alloc_evt()
try_alloc_evt()
All items filtered out
Data Use
from
0/1
examples
ble_transport_alloc_evt()
:
All items filtered out
ble_transport_alloc_evt()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out