ESP-IDF
command_complete_hack_t::response
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
command_complete_hack_t::response
command_complete_hack_t::response field
Syntax
Show:
Summary
Declaration
from
btu.h:42
BT_HDR
*
response
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
*
response
;
btu.h:42
uint8_t
*
stream
=
hack
->
response
->
data
+
hack
->
response
->
offset
+
3
;
// 2 to skip the event headers, 1 to skip the command credits
btu_hcif.c:1177
btu_hcif_command_complete_evt_on_task()
hack
->
response
->
len
-
5
,
// 3 for the command complete headers, 2 for the event headers
btu_hcif.c:1183
btu_hcif_command_complete_evt_on_task()
osi_free
(
hack
->
response
)
;
btu_hcif.c:1186
btu_hcif_command_complete_evt_on_task()
hack
->
response
=
response
;
btu_hcif.c:1237
btu_hcif_command_complete_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
command_complete_hack_t::response
is written by 1 function and is read by 1 function:
btu_hcif_command_complete_evt()
All items filtered out
command_complete_hack_t::response
btu_hcif_command_complete_evt_on_task()
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