BluetoothClass.DoesClassMatch(Int32) 메서드

정의

가능한 Bluetooth 프로필 지원이 있는지 클래스 비트를 확인합니다.

[Android.Runtime.Register("doesClassMatch", "(I)Z", "", ApiSince=33)]
public bool DoesClassMatch(int profile);
[<Android.Runtime.Register("doesClassMatch", "(I)Z", "", ApiSince=33)>]
member this.DoesClassMatch : int -> bool

매개 변수

profile
Int32

확인할 프로필

반품

이 디바이스가 지정된 프로필을 지원하는지 여부

특성

설명

가능한 Bluetooth 프로필 지원이 있는지 클래스 비트를 확인합니다. 지정된 클래스 비트가 있는 디바이스가 지정된 프로필을 지원할 수 있는지 추측하는 간단한 추론입니다. 모든 디바이스에 대해 정확하지는 않습니다. 그것은 가양성의 측면에 잘못하려고합니다.

에 대한 android.bluetooth.BluetoothClass.doesClassMatch(int)Java 설명서

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

적용 대상