언어

BluetoothDevice.IdentityAddressWithType 속성

정의

이 BluetoothDevice의 ID 주소 및 ID 주소 유형을 반환합니다.

public Android.Bluetooth.BluetoothDevice.BluetoothAddress IdentityAddressWithType { [Android.Runtime.Register("getIdentityAddressWithType", "()Landroid/bluetooth/BluetoothDevice$BluetoothAddress;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getIdentityAddressWithType", "()Landroid/bluetooth/BluetoothDevice$BluetoothAddress;", "", ApiSince=36)>]
member this.IdentityAddressWithType : Android.Bluetooth.BluetoothDevice.BluetoothAddress

속성 값

ID 주소 및 ID 주소 유형을 포함하는 BluetoothAddress입니다. Bluetooth를 사용할 수 없거나 ID 주소 유형을 사용할 수 없는 경우 ID 주소 유형에 대한 ADDRESS_TYPE_UNKNOWN 디바이스가 포함된 BluetoothAddress를 반환합니다. 이 값은 null일 수 없습니다.

특성

설명

이 BluetoothDevice의 ID 주소 및 ID 주소 유형을 반환합니다. ID 주소는 고유 식별자 역할을 하는 공용 또는 정적 임의 Bluetooth LE 디바이스 주소입니다. Build.VERSION_CODES 대상으로 하는 앱의 경우 S 이상에서는 android.app.Activity.requestPermissions(String[],int)를 사용하여 얻을 수 있는 Manifest.permission.BLUETOOTH_CONNECT 권한이 필요합니다. Manifest.permission.BLUETOOTH_CONNECT 및 Manifest.permission.BLUETOOTH_PRIVILEGED 필요

에 대한 android.bluetooth.BluetoothDevice.getIdentityAddressWithTypeAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상