ESP-IDF
btc_hf_client_cb_t::handle
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
btc_hf_client_cb_t::handle
btc_hf_client_cb_t::handle field
Syntax
Show:
Summary
Declaration
from
btc_hf_client.h:136
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
btc_hf_client.h:136
BTA_HfClientOpen
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
,
btc_hf_client.c:214
connect_int()
BTA_HfClientClose
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
)
;
btc_hf_client.c:267
btc_hf_client_disconnect()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BCC
,
0
,
0
,
NULL
)
;
btc_hf_client.c:291
btc_hf_client_connect_audio()
BTA_HfClientAudioOpen
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
)
;
btc_hf_client.c:295
btc_hf_client_connect_audio()
BTA_HfClientAudioClose
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
)
;
btc_hf_client.c:328
btc_hf_client_disconnect_audio()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BVRA
,
1
,
0
,
NULL
)
;
btc_hf_client.c:350
btc_hf_client_start_voice_recognition()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BVRA
,
0
,
0
,
NULL
)
;
btc_hf_client.c:374
btc_hf_client_stop_voice_recognition()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_VGS
,
volume
,
0
,
NULL
)
;
btc_hf_client.c:398
btc_hf_client_volume_update()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_VGM
,
volume
,
0
,
NULL
)
;
btc_hf_client.c:401
btc_hf_client_volume_update()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_ATD
,
0
,
0
,
number
)
;
btc_hf_client.c:425
btc_hf_client_dial()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BLDN
,
0
,
0
,
NULL
)
;
btc_hf_client.c:429
btc_hf_client_dial()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_ATD
,
location
,
0
,
NULL
)
;
btc_hf_client.c:448
btc_hf_client_dial_memory()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
0
,
0
,
NULL
)
;
btc_hf_client.c:462
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
1
,
0
,
NULL
)
;
btc_hf_client.c:470
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
2
,
0
,
NULL
)
;
btc_hf_client.c:478
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
3
,
0
,
NULL
)
;
btc_hf_client.c:485
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
4
,
0
,
NULL
)
;
btc_hf_client.c:492
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
1
,
idx
,
NULL
)
;
btc_hf_client.c:503
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHLD
,
2
,
idx
,
NULL
)
;
btc_hf_client.c:514
btc_hf_client_send_chld_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BTRH
,
0
,
0
,
NULL
)
;
btc_hf_client.c:529
btc_hf_client_send_btrh_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BTRH
,
1
,
0
,
NULL
)
;
btc_hf_client.c:532
btc_hf_client_send_btrh_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BTRH
,
2
,
0
,
NULL
)
;
btc_hf_client.c:535
btc_hf_client_send_btrh_cmd()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_ATA
,
0
,
0
,
NULL
)
;
btc_hf_client.c:547
btc_hf_client_answer_call()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CHUP
,
0
,
0
,
NULL
)
;
btc_hf_client.c:554
btc_hf_client_reject_call()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CLCC
,
0
,
0
,
NULL
)
;
btc_hf_client.c:573
btc_hf_client_query_current_calls()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_COPS
,
0
,
0
,
NULL
)
;
btc_hf_client.c:594
btc_hf_client_query_current_operator_name()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_CNUM
,
0
,
0
,
NULL
)
;
btc_hf_client.c:612
btc_hf_client_retrieve_subscriber_info()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_VTS
,
code
,
0
,
NULL
)
;
btc_hf_client.c:630
btc_hf_client_send_dtmf()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_XAPL
,
features
,
0
,
buf
)
;
btc_hf_client.c:648
btc_hf_client_send_xapl()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_IPHONEACCEV
,
bat_level
,
(
UINT32
)
docked
,
NULL
)
;
btc_hf_client.c:666
btc_hf_client_send_iphoneaccev()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_BINP
,
1
,
0
,
NULL
)
;
btc_hf_client.c:685
btc_hf_client_request_last_voice_tag_number()
BTA_HfClientSendAT
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
BTA_HF_CLIENT_AT_CMD_NREC
,
0
,
0
,
NULL
)
;
btc_hf_client.c:708
btc_hf_client_send_nrec()
BTA_HfClientDeregister
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
)
;
btc_hf_client.c:803
btc_hf_client_execute_service()
hf_client_local_param
.
btc_hf_client_cb
.
handle
=
p_data
->
reg
.
handle
;
btc_hf_client.c:876
btc_hf_client_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_client_cb_t::handle
is written by 1 function and is read by 22 functions:
btc_hf_client_cb_handler()
All items filtered out
btc_hf_client_cb_t::handle
connect_int()
btc_hf_client_disconnect()
btc_hf_client_connect_audio()
btc_hf_client_disconnect_audio()
btc_hf_client_start_voice_recognition()
btc_hf_client_stop_voice_recognition()
btc_hf_client_volume_update()
btc_hf_client_dial()
btc_hf_client_dial_memory()
btc_hf_client_send_chld_cmd()
btc_hf_client_send_btrh_cmd()
btc_hf_client_answer_call()
btc_hf_client_reject_call()
btc_hf_client_query_current_calls()
btc_hf_client_query_current_operator_name()
btc_hf_client_retrieve_subscriber_info()
btc_hf_client_send_dtmf()
btc_hf_client_send_xapl()
btc_hf_client_send_iphoneaccev()
btc_hf_client_request_last_voice_tag_number()
btc_hf_client_send_nrec()
btc_hf_client_execute_service()
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