ESP-IDF
ble_hs_hci_ack::bha_params_len
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::bha_params_len
ble_hs_hci_ack::bha_params_len field
Syntax
Show:
Summary
Declaration
from
ble_hs_hci_priv.h:52
int
bha_params_len
;
Examples
References
from
examples
Code
Location
Referrer
int
bha_params_len
;
ble_hs_hci_priv.h:52
out_ack
->
bha_params_len
=
0
;
ble_hs_hci.c:396
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_params_len
=
len
-
sizeof
(
*
ev
)
;
ble_hs_hci.c:407
ble_hs_hci_rx_cmd_complete()
if
(
out_ack
->
bha_params_len
)
{
ble_hs_hci.c:408
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_params_len
=
0
;
ble_hs_hci.c:431
ble_hs_hci_rx_cmd_status()
out_ack
->
bha_params_len
=
0
;
ble_hs_hci.c:472
ble_hs_hci_process_ack()
if
(
out_ack
->
bha_params_len
>
params_buf_len
)
{
ble_hs_hci.c:474
ble_hs_hci_process_ack()
out_ack
->
bha_params_len
=
params_buf_len
;
ble_hs_hci.c:475
ble_hs_hci_process_ack()
memcpy
(
params_buf
,
out_ack
->
bha_params
,
out_ack
->
bha_params_len
)
;
ble_hs_hci.c:478
ble_hs_hci_process_ack()
if
(
!
rc
&&
(
ack
.
bha_params_len
!=
rsp_len
)
)
{
ble_hs_hci.c:572
ble_hs_hci_cmd_tx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_hci_ack::bha_params_len
is written by 3 functions and is read by 3 functions:
ble_hs_hci_rx_cmd_complete()
ble_hs_hci_rx_cmd_status()
ble_hs_hci_process_ack()
All items filtered out
ble_hs_hci_ack::bha_params_len
ble_hs_hci_rx_cmd_complete()
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