Lenguaje

BluetoothGattServer.ReadPhy(BluetoothDevice) Método

Definición

Lee el transmisor actual PHY y el PHY del receptor de la conexión.

[Android.Runtime.Register("readPhy", "(Landroid/bluetooth/BluetoothDevice;)V", "", ApiSince=26)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public void ReadPhy(Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("readPhy", "(Landroid/bluetooth/BluetoothDevice;)V", "", ApiSince=26)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.ReadPhy : Android.Bluetooth.BluetoothDevice -> unit

Parámetros

device
BluetoothDevice

Dispositivo remoto al que se va a enviar esta respuesta

Atributos

Comentarios

Lee el transmisor actual PHY y el PHY del receptor de la conexión. Los valores se devuelven en BluetoothGattServerCallback#onPhyRead

Java documentación para android.bluetooth.BluetoothGattServer.readPhy(android.bluetooth.BluetoothDevice).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a