ESP-IDF
tBTA_HF_CLIENT_AT_CB
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_AT_CB
tBTA_HF_CLIENT_AT_CB struct
Syntax
Show:
Summary
Declaration
from
bta_hf_client_at.h:86
typedef
struct
{
char
buf
[
BTA_HF_CLIENT_AT_PARSER_MAX_LEN
+
1
]
;
unsigned
int
offset
;
tBTA_HF_CLIENT_AT_CMD
current_cmd
;
tBTA_HF_CLIENT_AT_QCMD
*
queued_cmd
;
TIMER_LIST_ENT
resp_timer
;
BOOLEAN
resp_timer_on
;
TIMER_LIST_ENT
hold_timer
;
BOOLEAN
hold_timer_on
;
int
indicator_lookup
[
BTA_HF_CLIENT_AT_INDICATOR_COUNT
]
;
}
tBTA_HF_CLIENT_AT_CB
;
Fields
Field
Declared as
tBTA_HF_CLIENT_AT_CB::buf
char
[
BTA_HF_CLIENT_AT_PARSER_MAX_LEN
+
1
]
tBTA_HF_CLIENT_AT_CB::offset
unsigned
int
tBTA_HF_CLIENT_AT_CB::current_cmd
tBTA_HF_CLIENT_AT_CMD
tBTA_HF_CLIENT_AT_CB::queued_cmd
tBTA_HF_CLIENT_AT_QCMD
*
tBTA_HF_CLIENT_AT_CB::resp_timer
TIMER_LIST_ENT
tBTA_HF_CLIENT_AT_CB::resp_timer_on
BOOLEAN
tBTA_HF_CLIENT_AT_CB::hold_timer
TIMER_LIST_ENT
tBTA_HF_CLIENT_AT_CB::hold_timer_on
BOOLEAN
tBTA_HF_CLIENT_AT_CB::indicator_lookup
int
[
BTA_HF_CLIENT_AT_INDICATOR_COUNT
]
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