Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java231 String max_hfp_clients = SystemProperties.get("bt.max.hfpclient.connections"); in HeadsetStateMachine() local
232 if (!max_hfp_clients.isEmpty() && (Integer.parseInt(max_hfp_clients) == 2)) in HeadsetStateMachine()
233 max_hf_connections = Integer.parseInt(max_hfp_clients); in HeadsetStateMachine()