BluetoothAdapter.CheckBluetoothAddress(String) Method

Definition

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

[Android.Runtime.Register("checkBluetoothAddress", "(Ljava/lang/String;)Z", "")]
public static bool CheckBluetoothAddress (string? address);
[<Android.Runtime.Register("checkBluetoothAddress", "(Ljava/lang/String;)Z", "")>]
static member CheckBluetoothAddress : string -> bool

Parameters

address
String

Bluetooth address as string

Returns

true if the address is valid, false otherwise

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.checkBluetoothAddress(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to