Lines Matching full:bluetooth
396 <h3>Bluetooth A2DP and headset APIs</h3>
398 <p>Android now includes APIs for applications to verify the state of connected Bluetooth A2DP and
399 headset profile devices. For example, applications can identify when a Bluetooth headset is
404 <p>You can initialize the respective {@link android.bluetooth.BluetoothProfile} by calling {@link
405 android.bluetooth.BluetoothAdapter#getProfileProxy getProfileProxy()} with either the {@link
406 android.bluetooth.BluetoothProfile#A2DP} or {@link android.bluetooth.BluetoothProfile#HEADSET}
407 profile constant and a {@link android.bluetooth.BluetoothProfile.ServiceListener} to receive
408 callbacks when the Bluetooth client is connected or disconnected.</p>