Searched refs:max_hfp_clients (Results 1 – 1 of 1) sorted by relevance
231 String max_hfp_clients = SystemProperties.get("bt.max.hfpclient.connections"); in HeadsetStateMachine() local232 if (!max_hfp_clients.isEmpty() && (Integer.parseInt(max_hfp_clients) == 2)) in HeadsetStateMachine()233 max_hf_connections = Integer.parseInt(max_hfp_clients); in HeadsetStateMachine()