Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.c99 UINT16 btif_max_hf_clients = 1; variable
200 for (i = 0; i < btif_max_hf_clients; ++i) in is_connected()
223 for (i = 0; i < btif_max_hf_clients; ++i) in btif_hf_idx_by_bdaddr()
320 for (i = 0; i < btif_max_hf_clients; i++) in btif_hf_latest_connected_idx()
355 for (i = 0; i < btif_max_hf_clients; i++) in btif_hf_check_if_slc_connected()
711 btif_max_hf_clients = max_hf_clients; in init()
712 BTIF_TRACE_DEBUG("%s - max_hf_clients=%d", __func__, btif_max_hf_clients); in init()
727 for (int i = 0; i < btif_max_hf_clients; i++) in init()
746 for (i = 0; i < btif_max_hf_clients;) in connect_int()
755 if (i == btif_max_hf_clients) in connect_int()
[all …]