Class BluetoothHeadset
public class BluetoothHeadset : BluetoothProfile, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBluetoothProfile
- Inheritance
-
BluetoothHeadset
- Implements
- Inherited Members
- Extension Methods
Constructors
BluetoothHeadset(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BluetoothHeadset(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_AUDIO_STATE_CHANGED
public static String ACTION_AUDIO_STATE_CHANGED { get; set; }
Property Value
ACTION_CONNECTION_STATE_CHANGED
public static String ACTION_CONNECTION_STATE_CHANGED { get; set; }
Property Value
ACTION_VENDOR_SPECIFIC_HEADSET_EVENT
public static String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT { get; set; }
Property Value
AT_CMD_TYPE_ACTION
public static int AT_CMD_TYPE_ACTION { get; set; }
Property Value
AT_CMD_TYPE_BASIC
public static int AT_CMD_TYPE_BASIC { get; set; }
Property Value
AT_CMD_TYPE_READ
public static int AT_CMD_TYPE_READ { get; set; }
Property Value
AT_CMD_TYPE_SET
public static int AT_CMD_TYPE_SET { get; set; }
Property Value
AT_CMD_TYPE_TEST
public static int AT_CMD_TYPE_TEST { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS { get; set; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD { get; set; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
STATE_AUDIO_CONNECTED
public static int STATE_AUDIO_CONNECTED { get; set; }
Property Value
STATE_AUDIO_CONNECTING
public static int STATE_AUDIO_CONNECTING { get; set; }
Property Value
STATE_AUDIO_DISCONNECTED
public static int STATE_AUDIO_DISCONNECTED { get; set; }
Property Value
VENDOR_RESULT_CODE_COMMAND_ANDROID
public static String VENDOR_RESULT_CODE_COMMAND_ANDROID { get; set; }
Property Value
VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY
public static String VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY { get; set; }
Property Value
Methods
GetConnectedDevices()
public List<BluetoothDevice> GetConnectedDevices()
Returns
GetConnectionState(BluetoothDevice)
public int GetConnectionState(BluetoothDevice arg0)
Parameters
Returns
GetDevicesMatchingConnectionStates(int[])
public List<BluetoothDevice> GetDevicesMatchingConnectionStates(int[] arg0)
Parameters
Returns
IsAudioConnected(BluetoothDevice)
public bool IsAudioConnected(BluetoothDevice arg0)
Parameters
Returns
IsNoiseReductionSupported(BluetoothDevice)
public bool IsNoiseReductionSupported(BluetoothDevice arg0)
Parameters
Returns
IsVoiceRecognitionSupported(BluetoothDevice)
public bool IsVoiceRecognitionSupported(BluetoothDevice arg0)
Parameters
Returns
SendVendorSpecificResultCode(BluetoothDevice, String, String)
public bool SendVendorSpecificResultCode(BluetoothDevice arg0, String arg1, String arg2)
Parameters
arg0BluetoothDevicearg1Stringarg2String
Returns
StartVoiceRecognition(BluetoothDevice)
public bool StartVoiceRecognition(BluetoothDevice arg0)
Parameters
Returns
StopVoiceRecognition(BluetoothDevice)
public bool StopVoiceRecognition(BluetoothDevice arg0)