Język

BluetoothPhyOption Enum

Definition

public enum BluetoothPhyOption
type BluetoothPhyOption = 
Inheritance
BluetoothPhyOption

Fields

Name Value Description
NoPreferred 0

No preferred coding when transmitting on the LE Coded PHY.

Android reference for android.bluetooth.BluetoothDevice.PHY_OPTION_NO_PREFERRED.

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.

S2 1

Prefer the S=2 coding to be used when transmitting on the LE Coded PHY.

Android reference for android.bluetooth.BluetoothDevice.PHY_OPTION_S2.

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.

S8 2

Prefer the S=8 coding to be used when transmitting on the LE Coded PHY.

Android reference for android.bluetooth.BluetoothDevice.PHY_OPTION_S8.

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.

Remarks

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