Android.Bluetooth.BluetoothHeadset: Method Members

The methods of Android.Bluetooth.BluetoothHeadset are listed below. For a list of all members, see the BluetoothHeadset Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetConnectionState(BluetoothDevice) : ProfileState
Get the current connection state of the profile
GetDevicesMatchingConnectionStates(ProfileState[]) : IList<BluetoothDevice>
Get a list of devices that match any of the given connection states.
IsAudioConnected(BluetoothDevice) : bool
Check if Bluetooth SCO audio is connected.
SendVendorSpecificResultCode(BluetoothDevice, string, string) : bool
Sends a vendor-specific unsolicited result code to the headset.
StartVoiceRecognition(BluetoothDevice) : bool
Start Bluetooth voice recognition.
StopVoiceRecognition(BluetoothDevice) : bool
Stop Bluetooth Voice Recognition mode, and shut down the Bluetooth audio path.