Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc88 static int btif_max_hf_clients = 1; variable
158 for (int i = 0; i < btif_max_hf_clients; ++i) { in is_connected()
177 for (int i = 0; i < btif_max_hf_clients; ++i) { in btif_hf_idx_by_bdaddr()
647 for (int i = 0; i < btif_max_hf_clients; i++) { in connect_int()
664 bd_addr->ToString().c_str(), btif_max_hf_clients); in connect_int()
694 for (int i = 0; i < btif_max_hf_clients; ++i) { in IsCallIdle()
762 btif_max_hf_clients = max_hf_clients; in Init()
765 __func__, btif_hf_features, btif_max_hf_clients, inband_ringing_enabled); in Init()
1467 for (uint8_t app_id = 0; app_id < btif_max_hf_clients; app_id++) { in ExecuteService()
1472 for (int i = 0; i < btif_max_hf_clients; i++) { in ExecuteService()