ESP-IDF
ble_hs_hci_ack
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ack
ble_hs_hci_ack variable
Syntax
Show:
Summary
Declaration
from
ble_hs_hci.c:262
static
struct
ble_hci_ev
*
ble_hs_hci_ack
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_hci_ev
*
ble_hs_hci_ack
;
ble_hs_hci.c:262
switch
(
ble_hs_hci_ack
->
opcode
)
{
ble_hs_hci.c:453
ble_hs_hci_process_ack()
rc
=
ble_hs_hci_rx_cmd_complete
(
ble_hs_hci_ack
->
data
,
ble_hs_hci.c:455
ble_hs_hci_process_ack()
ble_hs_hci_ack
->
length
,
out_ack
)
;
ble_hs_hci.c:456
ble_hs_hci_process_ack()
rc
=
ble_hs_hci_rx_cmd_status
(
ble_hs_hci_ack
->
data
,
ble_hs_hci.c:460
ble_hs_hci_process_ack()
ble_hs_hci_ack
->
length
,
out_ack
)
;
ble_hs_hci.c:461
ble_hs_hci_process_ack()
if
(
ble_hs_hci_ack
!=
NULL
)
{
ble_hs_hci.c:578
ble_hs_hci_cmd_tx()
ble_transport_free
(
(
uint8_t
*
)
ble_hs_hci_ack
)
;
ble_hs_hci.c:579
ble_hs_hci_cmd_tx()
ble_hs_hci_ack
=
NULL
;
ble_hs_hci.c:580
ble_hs_hci_cmd_tx()
ble_hs_hci_ack
=
(
struct
ble_hci_ev
*
)
ack_ev
;
ble_hs_hci.c:615
ble_hs_hci_rx_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_hci_ack
is written by 2 functions and is read by 2 functions:
ble_hs_hci_cmd_tx()
ble_hs_hci_rx_ack()
All items filtered out
ble_hs_hci_ack
ble_hs_hci_process_ack()
ble_hs_hci_cmd_tx()
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