ESP-IDF
tBTA_HF_CLIENT_DATA_VAL
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
tBTA_HF_CLIENT_DATA_VAL
tBTA_HF_CLIENT_DATA_VAL struct
Syntax
Show:
Summary
Declaration
from
bta_hf_client_int.h:116
typedef
struct
{
BT_HDR
hdr
;
BOOLEAN
bool_val
;
UINT8
uint8_val
;
UINT32
uint32_val1
;
UINT32
uint32_val2
;
char
str
[
BTA_HF_CLIENT_MAX_LEN
+
1
]
;
}
tBTA_HF_CLIENT_DATA_VAL
;
Fields
Field
Declared as
tBTA_HF_CLIENT_DATA_VAL::hdr
BT_HDR
tBTA_HF_CLIENT_DATA_VAL::bool_val
BOOLEAN
tBTA_HF_CLIENT_DATA_VAL::uint8_val
UINT8
tBTA_HF_CLIENT_DATA_VAL::uint32_val1
UINT32
tBTA_HF_CLIENT_DATA_VAL::uint32_val2
UINT32
tBTA_HF_CLIENT_DATA_VAL::str
char
[
BTA_HF_CLIENT_MAX_LEN
+
1
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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