Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:a2dp

903      * {@link BluetoothProfile#A2DP}.
1165 * {@link BluetoothProfile#A2DP}, {@link BluetoothProfile#GATT}, or
1173 * {@link BluetoothProfile#HEADSET} or {@link BluetoothProfile#A2DP}.
1183 } else if (profile == BluetoothProfile.A2DP) {
1184 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener);
1209 * {@link BluetoothProfile#A2DP}
1222 case BluetoothProfile.A2DP:
1223 BluetoothA2dp a2dp = (BluetoothA2dp)proxy;
1224 a2dp.close();