Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:headset

902      * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1164 * <p>Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET},
1173 * {@link BluetoothProfile#HEADSET} or {@link BluetoothProfile#A2DP}.
1180 if (profile == BluetoothProfile.HEADSET) {
1181 BluetoothHeadset headset = new BluetoothHeadset(context, listener);
1208 * Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET} or
1218 case BluetoothProfile.HEADSET:
1219 BluetoothHeadset headset = (BluetoothHeadset)proxy;
1220 headset.close();