The fields 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
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 |