ESP-IDF
ble_hci_trans_rx_cmd_fn
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
ble_hci_trans_rx_cmd_fn
ble_hci_trans_rx_cmd_fn
Callback function types; executed when HCI packets are received.
Syntax
Show:
Summary
Declaration
from
transport.h:76
typedef
int
ble_hci_trans_rx_cmd_fn
(
uint8_t
*
cmd
,
void
*
arg
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
int
ble_hci_trans_rx_cmd_fn
(
uint8_t
*
cmd
,
void
*
arg
)
;
transport.h:76
static
ble_hci_trans_rx_cmd_fn
*
ble_hci_rx_cmd_hs_cb
;
esp_nimble_hci.c:31
ble_hci_rx_cmd_hs_cb
void
ble_hci_trans_cfg_hs
(
ble_hci_trans_rx_cmd_fn
*
cmd_cb
,
esp_nimble_hci.c:55
ble_hci_trans_cfg_hs()
ble_hci_trans_cfg_hs()::cmd_cb
void
esp_ble_hci_trans_cfg_hs
(
ble_hci_trans_rx_cmd_fn
*
evt_cb
,
transport.h:174
esp_ble_hci_trans_cfg_hs()
esp_ble_hci_trans_cfg_hs()::evt_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
esp_ble_hci_trans_cfg_hs()::evt_cb
esp_ble_hci_trans_cfg_hs()
transport.h:174
ble_hci_rx_cmd_hs_cb
esp_nimble_hci.c:31
ble_hci_trans_cfg_hs()::cmd_cb
ble_hci_trans_cfg_hs()
esp_nimble_hci.c:55
Lifecycle
from
examples
All items filtered out
All items filtered out