BluetoothGattServer.Services 속성

정의

이 디바이스에서 제공하는 GATT 서비스 목록을 반환합니다.

public System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>? Services { [Android.Runtime.Register("getServices", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getServices", "()Ljava/util/List;", "")>]
member this.Services : System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>

속성 값

서비스 목록입니다. 아직 추가된 서비스가 없는 경우 빈 목록을 반환합니다.

특성

설명

이 디바이스에서 제공하는 GATT 서비스 목록을 반환합니다.

애플리케이션은 이 디바이스에서 제공하는 서비스 목록에 서비스를 추가하기 위해 호출 #addService 해야 합니다.

에 대한 android.bluetooth.BluetoothGattServer.getServices()Java 설명서

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

적용 대상