The members of Android.Bluetooth.BluetoothHeadset are listed below.
See Also: Inherited members from Java.Lang.Object
const | ActionAudioStateChanged | string. Intent used to broadcast the change in the Audio Connection state of the A2DP profile. |
const | ActionConnectionStateChanged | string. Intent used to broadcast the change in connection state of the Headset profile. |
const | ActionVendorSpecificHeadsetEvent | string. Intent used to broadcast that the headset has posted a vendor-specific event. |
const | AtCmdTypeAction | AtCommand (4). AT command type ACTION used with BluetoothHeadset.ExtraVendorSpecificHeadsetEventCmdType For example, AT+CHUP. |
const | AtCmdTypeBasic | AtCommand (3). AT command type BASIC used with BluetoothHeadset.ExtraVendorSpecificHeadsetEventCmdType For example, ATD. |
const | AtCmdTypeRead | AtCommand (0). AT command type READ used with BluetoothHeadset.ExtraVendorSpecificHeadsetEventCmdType For example, AT+VGM?. |
const | AtCmdTypeSet | AtCommand (2). AT command type SET used with
BluetoothHeadset.ExtraVendorSpecificHeadsetEventCmdType
For example, AT+VGM= |
const | AtCmdTypeTest | AtCommand (1). AT command type TEST used with BluetoothHeadset.ExtraVendorSpecificHeadsetEventCmdType For example, AT+VGM=?. |
const | ExtraVendorSpecificHeadsetEventArgs | string. A Parcelable String array extra field in BluetoothHeadset.ActionVendorSpecificHeadsetEvent intents that contains the arguments to the vendor-specific command. |
const | ExtraVendorSpecificHeadsetEventCmd | string. A String extra field in BluetoothHeadset.ActionVendorSpecificHeadsetEvent intents that contains the name of the vendor-specific command. |
const | ExtraVendorSpecificHeadsetEventCmdType | string. An int extra field in BluetoothHeadset.ActionVendorSpecificHeadsetEvent intents that contains the AT command type of the vendor-specific command. |
const | StateAudioConnected | HeadsetAudioState (12). Headset state when SCO audio is connected. |
const | StateAudioConnecting | HeadsetAudioState (11). Headset state when SCO audio is connecting. |
const | StateAudioDisconnected | HeadsetAudioState (10). Headset state when SCO audio is not connected. |
const | VendorResultCodeCommandAndroid | string. A vendor-specific command for unsolicited result code. |
const | VendorSpecificHeadsetEventCompanyIdCategory | string. The intent category to be used with BluetoothHeadset.ActionVendorSpecificHeadsetEvent for the companyId |
[read-only] | ConnectedDevices | IList<BluetoothDevice>. Get connected devices for this specific profile. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetConnectionState(BluetoothDevice)Get the current connection state of the profile | ||
GetDevicesMatchingConnectionStates(ProfileState[])Get a list of devices that match any of the given connection states. | ||
IsAudioConnected(BluetoothDevice)Check if Bluetooth SCO audio is connected. | ||
SendVendorSpecificResultCode(BluetoothDevice, string, string)Sends a vendor-specific unsolicited result code to the headset. | ||
StartVoiceRecognition(BluetoothDevice)Start Bluetooth voice recognition. | ||
StopVoiceRecognition(BluetoothDevice)Stop Bluetooth Voice Recognition mode, and shut down the Bluetooth audio path. |