Android.Bluetooth.BluetoothAdapter.CheckBluetoothAddress Method
Validate a String Bluetooth address, such as "00:43:A8:23:10:F0"

Syntax

[Android.Runtime.Register("checkBluetoothAddress", "(Ljava/lang/String;)Z", "")]
public static bool CheckBluetoothAddress (string address)

Parameters

address
Bluetooth address as string

Returns

Documentation for this section has not yet been entered.

Remarks

Validate a String Bluetooth address, such as "00:43:A8:23:10:F0"

Alphabetic characters must be uppercase to be valid.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5