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.cc90 static int btif_max_hf_clients = 1; variable
160 for (int i = 0; i < btif_max_hf_clients; ++i) { in is_connected()
179 for (int i = 0; i < btif_max_hf_clients; ++i) { in btif_hf_idx_by_bdaddr()
610 for (int i = 0; i < btif_max_hf_clients; i++) { in connect_int()
627 bd_addr->ToString().c_str(), btif_max_hf_clients); in connect_int()
657 for (int i = 0; i < btif_max_hf_clients; ++i) { in IsCallIdle()
723 btif_max_hf_clients = max_hf_clients; in Init()
726 __func__, btif_hf_features, btif_max_hf_clients, inband_ringing_enabled); in Init()
1389 for (uint8_t app_id = 0; app_id < btif_max_hf_clients; app_id++) { in ExecuteService()
1395 for (int i = 0; i < btif_max_hf_clients; i++) { in ExecuteService()