ESP-IDF
btc_hf_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_cb_t::handle
btc_hf_cb_t::handle field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:213
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
btc_hf_ag.h:213
BTA_AgDeregister
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:301
btc_hf_execute_service()
BTA_AgOpen
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
,
BTC_HF_SECURITY
,
BTC_HF_SERVICES
)
;
btc_hf_ag.c:410
connect_init()
BTA_AgClose
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:430
btc_hf_disconnect()
BTA_AgAudioOpen
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:442
btc_hf_connect_audio()
BTA_AgAudioClose
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:462
btc_hf_disconnect_audio()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_BVRA_RES
,
&
ag_res
)
;
btc_hf_ag.c:497
btc_hf_vra()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
(
type
==
ESP_HF_VOLUME_TYPE_SPK
)
?
BTA_AG_SPK_RES
:
BTA_AG_MIC_RES
,
&
ag_res
)
;
btc_hf_ag.c:515
btc_hf_volume_control()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_UNAT_RES
,
&
ag_res
)
;
btc_hf_ag.c:539
btc_hf_unat_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_UNAT_RES
,
&
ag_res
)
;
btc_hf_ag.c:560
btc_hf_cmee_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_CIND_RES
,
&
ag_res
)
;
btc_hf_ag.c:621
btc_hf_cind_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_COPS_RES
,
&
ag_res
)
;
btc_hf_ag.c:639
btc_hf_cops_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_CLCC_RES
,
&
ag_res
)
;
btc_hf_ag.c:671
btc_hf_clcc_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_CNUM_RES
,
&
ag_res
)
;
btc_hf_ag.c:693
btc_hf_cnum_response()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_INBAND_RING_RES
,
&
ag_res
)
;
btc_hf_ag.c:709
btc_hf_inband_ring()
ag_res
.
audio_handle
=
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
;
btc_hf_ag.c:777
btc_hf_phone_state_update()
ag_res
.
audio_handle
=
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
;
btc_hf_ag.c:809
btc_hf_phone_state_update()
ag_res
.
audio_handle
=
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
;
btc_hf_ag.c:864
btc_hf_phone_state_update()
ag_res
.
audio_handle
=
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
;
btc_hf_ag.c:874
btc_hf_phone_state_update()
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
=
p_data
->
reg
.
hdr
.
handle
;
btc_hf_ag.c:1316
btc_hf_cb_handler()
__FUNCTION__
,
idx
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:1318
btc_hf_cb_handler()
idx
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
)
;
btc_hf_ag.c:1392
btc_hf_cb_handler()
BTA_AgResult
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
BTA_AG_UNAT_RES
,
&
ag_res
)
;
btc_hf_ag.c:1606
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_cb_t::handle
is written by 1 function and is read by 16 functions:
btc_hf_cb_handler()
All items filtered out
btc_hf_cb_t::handle
btc_hf_execute_service()
connect_init()
btc_hf_disconnect()
btc_hf_connect_audio()
btc_hf_disconnect_audio()
btc_hf_vra()
btc_hf_volume_control()
btc_hf_unat_response()
btc_hf_cmee_response()
btc_hf_cind_response()
btc_hf_cops_response()
btc_hf_clcc_response()
btc_hf_cnum_response()
btc_hf_inband_ring()
btc_hf_phone_state_update()
btc_hf_cb_handler()
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