Lines Matching refs:BluetoothHandsfree
73 private BluetoothHandsfree mBtHandsfree;
108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
156 int type = BluetoothHandsfree.TYPE_UNKNOWN;
159 type = BluetoothHandsfree.TYPE_HEADSET;
162 type = BluetoothHandsfree.TYPE_HANDSFREE;
166 Log.i(TAG, "Incoming rfcomm (" + BluetoothHandsfree.typeToString(type) +
485 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
544 int type = BluetoothHandsfree.TYPE_UNKNOWN;
549 type = BluetoothHandsfree.TYPE_HANDSFREE;
564 type = BluetoothHandsfree.TYPE_HEADSET;
860 if (remoteHeadset.mHeadsetType == BluetoothHandsfree.TYPE_HANDSFREE) {