Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c64 static UINT16 btc_max_hf_clients = BTC_HF_NUM_CB; variable
160 for (int i = 0; i < btc_max_hf_clients; ++i) { in btc_hf_idx_by_bdaddr()
170 for (int idx = 0; idx < btc_max_hf_clients; ++idx) { in btc_hf_find_free_idx()
196 for (int i = 0; i < btc_max_hf_clients; i++) { in btc_hf_latest_connected_idx()
293 for (idx = 0; idx < btc_max_hf_clients; idx++) { in btc_hf_execute_service()
298 for (idx = 0; idx < btc_max_hf_clients; idx++) { in btc_hf_execute_service()
330 BTC_TRACE_DEBUG("%s - max_hf_clients=%d", __func__, btc_max_hf_clients); in btc_hf_init()
923 for (i = 0; i < btc_max_hf_clients; i++) { in btc_hf_phone_state_update()