ESP-IDF
ble_hs_hci_ack::bha_params
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_hs_hci_ack::bha_params
ble_hs_hci_ack::bha_params field
Syntax
Show:
Summary
Declaration
from
ble_hs_hci_priv.h:51
const
uint8_t
*
bha_params
;
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
bha_params
;
ble_hs_hci_priv.h:51
out_ack
->
bha_params
=
NULL
;
ble_hs_hci.c:395
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_params
=
ev
->
return_params
;
ble_hs_hci.c:409
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_params
=
NULL
;
ble_hs_hci.c:411
ble_hs_hci_rx_cmd_complete()
out_ack
->
bha_params
=
NULL
;
ble_hs_hci.c:430
ble_hs_hci_rx_cmd_status()
if
(
params_buf
==
NULL
||
out_ack
->
bha_params
==
NULL
)
{
ble_hs_hci.c:471
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()
out_ack
->
bha_params
=
params_buf
;
ble_hs_hci.c:480
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_params
is written by 3 functions and is read by 1 function:
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
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