List of usage examples for android.bluetooth BluetoothProfile HEADSET_CLIENT
int HEADSET_CLIENT
To view the source code for android.bluetooth BluetoothProfile HEADSET_CLIENT.
Click Source Link
From source file:com.google.android.car.kitchensink.bluetooth.BluetoothHeadsetFragment.java
@Override public void onResume() { super.onResume(); mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); mBluetoothAdapter.getProfileProxy(getContext(), new ProfileServiceListener(), BluetoothProfile.HEADSET_CLIENT); }