ESP-IDF
btc_max_hf_clients
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_max_hf_clients
btc_max_hf_clients variable
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.c:66
static
UINT16
btc_max_hf_clients
=
BTC_HF_NUM_CB
;
Examples
References
from
examples
Code
Location
Referrer
static
UINT16
btc_max_hf_clients
=
BTC_HF_NUM_CB
;
btc_hf_ag.c:66
for
(
int
i
=
0
;
i
<
btc_max_hf_clients
;
++
i
)
{
btc_hf_ag.c:162
btc_hf_idx_by_bdaddr()
for
(
int
idx
=
0
;
idx
<
btc_max_hf_clients
;
++
idx
)
{
btc_hf_ag.c:172
btc_hf_find_free_idx()
for
(
int
i
=
0
;
i
<
btc_max_hf_clients
;
i
++
)
{
btc_hf_ag.c:198
btc_hf_latest_connected_idx()
for
(
idx
=
0
;
idx
<
btc_max_hf_clients
;
idx
++
)
{
btc_hf_ag.c:295
btc_hf_execute_service()
for
(
idx
=
0
;
idx
<
btc_max_hf_clients
;
idx
++
)
{
btc_hf_ag.c:300
btc_hf_execute_service()
BTC_TRACE_DEBUG
(
"%s - max_hf_clients=%d"
,
__func__
,
btc_max_hf_clients
)
;
btc_hf_ag.c:332
btc_hf_init()
for
(
i
=
0
;
i
<
btc_max_hf_clients
;
i
++
)
{
btc_hf_ag.c:927
btc_hf_phone_state_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_max_hf_clients
is read by 6 functions:
All items filtered out
btc_max_hf_clients
btc_hf_idx_by_bdaddr()
btc_hf_find_free_idx()
btc_hf_latest_connected_idx()
btc_hf_execute_service()
btc_hf_init()
btc_hf_phone_state_update()
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