HomeSort by relevance Sort by last modified time
    Searched defs:HEADSET (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 96 sProfileMap.put(Profile.HEADSET, profileManager);
115 // Getting just the headset profile is fine for now. Will need to deal with A2DP
117 LocalBluetoothProfileManager profileManager = sProfileMap.get(Profile.HEADSET);
154 profiles.add(Profile.HEADSET);
196 HEADSET(R.string.bluetooth_profile_headset),
335 Log.i(TAG, "disconnecting old headset");
338 Log.i(TAG, "connecting to pending headset");
344 Log.i(TAG, "disconnecting headset");
351 * headset device.
355 .onProfileStateChanged(device, Profile.HEADSET,
    [all...]
  /external/bluetooth/bluez/audio/
manager.c 65 #include "headset.h"
75 HEADSET = 1 << 0,
111 .headset = TRUE,
137 return enabled.headset;
141 return enabled.headset && enabled.hfp;
180 DBG("Found Headset record");
181 if (device->headset)
184 device->headset = headset_init(device, uuid16,
188 DBG("Found Headset AG record");
192 if (device->headset)
    [all...]

Completed in 240 milliseconds