ESP-IDF
ble_hs_hci_evt_fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_hs_hci_evt_fn
ble_hs_hci_evt_fn
Syntax
Show:
Summary
Declaration
from
ble_hs_hci_evt.c:51
typedef
int
ble_hs_hci_evt_fn
(
uint8_t
event_code
,
const
void
*
data
,
unsigned
int
len
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
int
ble_hs_hci_evt_fn
(
uint8_t
event_code
,
const
void
*
data
,
ble_hs_hci_evt.c:51
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_hw_error
;
ble_hs_hci_evt.c:53
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_num_completed_pkts
;
ble_hs_hci_evt.c:54
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_rd_rem_ver_complete
;
ble_hs_hci_evt.c:55
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_disconn_complete
;
ble_hs_hci_evt.c:57
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_encrypt_change
;
ble_hs_hci_evt.c:58
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_enc_key_refresh
;
ble_hs_hci_evt.c:59
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_le_meta
;
ble_hs_hci_evt.c:61
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_rx_test
;
ble_hs_hci_evt.c:66
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_tx_test
;
ble_hs_hci_evt.c:67
static
ble_hs_hci_evt_fn
ble_hs_hci_evt_end_test
;
ble_hs_hci_evt.c:68
ble_hs_hci_evt_fn
*
cb
;
ble_hs_hci_evt.c:125
ble_hs_hci_evt_dispatch_entry
ble_hs_hci_evt_dispatch_entry::cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ble_hs_hci_evt_dispatch_entry::cb
ble_hs_hci_evt_dispatch_entry
ble_hs_hci_evt.c:125
Lifecycle
from
examples
All items filtered out
All items filtered out