Home
last modified time | relevance | path

Searched refs:btc_max_hf_clients (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c54 static UINT16 btc_max_hf_clients = 1; variable
126 for (int i = 0; i < btc_max_hf_clients; ++i) { in btc_hf_idx_by_bdaddr()
153 for (int i = 0; i < btc_max_hf_clients; i++) { in btc_hf_latest_connected_idx()
281 for (idx = 0; idx < btc_max_hf_clients; idx++) { in btc_hf_execute_service()
286 for (idx = 0; idx < btc_max_hf_clients; idx++) { in btc_hf_execute_service()
312 BTC_TRACE_DEBUG("%s - max_hf_clients=%d", __func__, btc_max_hf_clients); in btc_hf_init()
355 if (idx == btc_max_hf_clients) { in connect_init()
887 for (i = 0; i < btc_max_hf_clients; i++) { in btc_hf_phone_state_update()