ESP-IDF
ble_hs_hci_process_ack()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_process_ack()
ble_hs_hci_process_ack() function
Syntax
Show:
Summary
Declaration
from
ble_hs_hci.c:437
static
int
ble_hs_hci_process_ack
(
uint16_t
expected_opcode
,
uint8_t
*
params_buf
,
uint8_t
params_buf_len
,
struct
ble_hs_hci_ack
*
out_ack
)
;
Arguments
Argument
expected_opcode
params_buf
params_buf_len
out_ack
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_process_ack
(
uint16_t
expected_opcode
,
ble_hs_hci.c:438
rc
=
ble_hs_hci_process_ack
(
opcode
,
rsp
,
rsp_len
,
&
ack
)
;
ble_hs_hci.c:562
ble_hs_hci_cmd_tx()
Call Tree
from
examples
ble_hs_hci_process_ack()
is called by 1 function and calls 2 functions:
ble_hs_hci_cmd_tx()
All items filtered out
ble_hs_hci_process_ack()
ble_hs_hci_rx_cmd_complete()
ble_hs_hci_rx_cmd_status()
All items filtered out
Data Use
from
examples
ble_hs_hci_process_ack()
reads 7 variables and writes 2 variables:
ble_hci_ev::opcode
ble_hci_ev::length
ble_hci_ev::data
ble_hs_hci_ack::bha_params
ble_hs_hci_ack::bha_params_len
ble_hs_hci_ack::bha_opcode
ble_hs_hci_ack
All items filtered out
ble_hs_hci_process_ack()
ble_hs_hci_ack::bha_params
ble_hs_hci_ack::bha_params_len
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