BluetoothGatt.ConnectionPriorityHigh 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This constant will be removed in the future version. Use Android.Bluetooth.GattConnectionPriority enum directly instead of this field.
연결 매개 변수 업데이트 - 높은 우선 순위, 짧은 대기 시간 연결을 요청합니다.
[Android.Runtime.Register("CONNECTION_PRIORITY_HIGH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattConnectionPriority enum directly instead of this field.", true)]
public const Android.Bluetooth.GattConnectionPriority ConnectionPriorityHigh = 1;
[<Android.Runtime.Register("CONNECTION_PRIORITY_HIGH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattConnectionPriority enum directly instead of this field.", true)>]
val mutable ConnectionPriorityHigh : Android.Bluetooth.GattConnectionPriority
필드 값
Value = 1구현
- 특성
설명
연결 매개 변수 업데이트 - 높은 우선 순위, 짧은 대기 시간 연결을 요청합니다. 애플리케이션은 LE를 통해 대량의 데이터를 신속하게 전송하기 위해 우선 순위가 높은 연결 매개 변수만 요청해야 합니다. 전송이 완료되면 애플리케이션은 에너지 사용을 줄이기 위해 연결 매개 변수를 요청 BluetoothGatt#CONNECTION_PRIORITY_BALANCED 해야 합니다.
에 대한 android.bluetooth.BluetoothGatt.CONNECTION_PRIORITY_HIGHJava 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.