ESP-IDF
ble_hs_hci_evt_dispatch_find()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_hs_hci_evt_dispatch_find()
ble_hs_hci_evt_dispatch_find() function
Syntax
Show:
Summary
Declaration
from
ble_hs_hci_evt.c:204
static
const
struct
ble_hs_hci_evt_dispatch_entry
*
ble_hs_hci_evt_dispatch_find
(
uint8_t
event_code
)
;
Arguments
Argument
event_code
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_evt_dispatch_find
(
uint8_t
event_code
)
ble_hs_hci_evt.c:205
entry
=
ble_hs_hci_evt_dispatch_find
(
cmd_complete
->
opcode
)
;
ble_hs_hci_evt.c:1318
ble_hs_hci_evt_process()
entry
=
ble_hs_hci_evt_dispatch_find
(
ev
->
opcode
)
;
ble_hs_hci_evt.c:1321
ble_hs_hci_evt_process()
Call Tree
from
examples
ble_hs_hci_evt_dispatch_find()
is called by 1 function:
ble_hs_hci_evt_process()
All items filtered out
ble_hs_hci_evt_dispatch_find()
All items filtered out
Data Use
from
examples
ble_hs_hci_evt_dispatch_find()
reads 2 variables:
ble_hs_hci_evt_dispatch_entry::event_code
ble_hs_hci_evt_dispatch
All items filtered out
ble_hs_hci_evt_dispatch_find()
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