Class BluetoothHeadset
public class BluetoothHeadset : BluetoothProfile, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBluetoothProfile
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BluetoothProfile>BluetoothHeadset
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BluetoothProfile>.IsAssignableFrom(IJavaType)JVMBridgeBase<BluetoothProfile>.IsAssignableFrom<T>()JVMBridgeBase<BluetoothProfile>.Execute<T>(params T[])JVMBridgeBase<BluetoothProfile>.DynBridgeClazzJVMBridgeBase<BluetoothProfile>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
BluetoothHeadset()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BluetoothHeadset()
BluetoothHeadset(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public BluetoothHeadset(params object[] args)
Parameters
args
object[]
Properties
ACTION_AUDIO_STATE_CHANGED
public static String ACTION_AUDIO_STATE_CHANGED { get; }
Property Value
ACTION_CONNECTION_STATE_CHANGED
public static String ACTION_CONNECTION_STATE_CHANGED { get; }
Property Value
ACTION_VENDOR_SPECIFIC_HEADSET_EVENT
public static String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT { get; }
Property Value
AT_CMD_TYPE_ACTION
public static int AT_CMD_TYPE_ACTION { get; }
Property Value
AT_CMD_TYPE_BASIC
public static int AT_CMD_TYPE_BASIC { get; }
Property Value
AT_CMD_TYPE_READ
public static int AT_CMD_TYPE_READ { get; }
Property Value
AT_CMD_TYPE_SET
public static int AT_CMD_TYPE_SET { get; }
Property Value
AT_CMD_TYPE_TEST
public static int AT_CMD_TYPE_TEST { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS { get; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD { get; }
Property Value
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE
public static String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
STATE_AUDIO_CONNECTED
public static int STATE_AUDIO_CONNECTED { get; }
Property Value
STATE_AUDIO_CONNECTING
public static int STATE_AUDIO_CONNECTING { get; }
Property Value
STATE_AUDIO_DISCONNECTED
public static int STATE_AUDIO_DISCONNECTED { get; }
Property Value
VENDOR_RESULT_CODE_COMMAND_ANDROID
public static String VENDOR_RESULT_CODE_COMMAND_ANDROID { get; }
Property Value
VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY
public static String VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY { get; }
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
arg0
BluetoothDevicearg1
Stringarg2
String
Returns
StartVoiceRecognition(BluetoothDevice)
public bool StartVoiceRecognition(BluetoothDevice arg0)
Parameters
Returns
StopVoiceRecognition(BluetoothDevice)
public bool StopVoiceRecognition(BluetoothDevice arg0)