ESP-IDF
ble_hs_hci_ack::bha_opcode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::bha_opcode
ble_hs_hci_ack::bha_opcode field
Syntax
Show:
Summary
Declaration
from
ble_hs_hci_priv.h:53
uint16_t
bha_opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bha_opcode
;
ble_hs_hci_priv.h:53
out_ack
->
bha_opcode
=
opcode
;
ble_hs_hci.c:404
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_opcode
=
le16toh
(
ev
->
opcode
)
;
ble_hs_hci.c:429
ble_hs_hci_rx_cmd_status()
if
(
out_ack
->
bha_opcode
!=
expected_opcode
)
{
ble_hs_hci.c:482
ble_hs_hci_process_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_hci_ack::bha_opcode
is written by 2 functions and is read by 1 function:
ble_hs_hci_rx_cmd_complete()
ble_hs_hci_rx_cmd_status()
All items filtered out
ble_hs_hci_ack::bha_opcode
ble_hs_hci_process_ack()
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