HomeSort by relevance Sort by last modified time
    Searched full:max_hf_connections (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 117 private int max_hf_connections = 1; field in class:HeadsetStateMachine
227 max_hf_connections = Integer.parseInt(max_hfp_clients);
228 Log.d(TAG, "max_hf_connections = " + max_hf_connections);
229 initializeNative(max_hf_connections);
    [all...]

Completed in 933 milliseconds