BluetoothGattServerCallback.OnPhyRead メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の結果としてトリガーされるコールバック BluetoothGattServer#readPhy
[Android.Runtime.Register("onPhyRead", "(Landroid/bluetooth/BluetoothDevice;III)V", "GetOnPhyRead_Landroid_bluetooth_BluetoothDevice_IIIHandler", ApiSince=26)]
public virtual void OnPhyRead(Android.Bluetooth.BluetoothDevice? device, Android.Bluetooth.LE.ScanSettingsPhy txPhy, Android.Bluetooth.LE.ScanSettingsPhy rxPhy, Android.Bluetooth.GattStatus status);
[<Android.Runtime.Register("onPhyRead", "(Landroid/bluetooth/BluetoothDevice;III)V", "GetOnPhyRead_Landroid_bluetooth_BluetoothDevice_IIIHandler", ApiSince=26)>]
abstract member OnPhyRead : Android.Bluetooth.BluetoothDevice * Android.Bluetooth.LE.ScanSettingsPhy * Android.Bluetooth.LE.ScanSettingsPhy * Android.Bluetooth.GattStatus -> unit
override this.OnPhyRead : Android.Bluetooth.BluetoothDevice * Android.Bluetooth.LE.ScanSettingsPhy * Android.Bluetooth.LE.ScanSettingsPhy * Android.Bluetooth.GattStatus -> unit
パラメーター
- device
- BluetoothDevice
PHY の読み取りを要求したリモート デバイス。
- txPhy
- ScanSettingsPhy
使用している送信機 PHY。
- rxPhy
- ScanSettingsPhy
受信側 PHY を使用します。
- status
- GattStatus
PHY 読み取り操作の状態。
BluetoothGatt#GATT_SUCCESS 操作が成功した場合は 。
- 属性
注釈
の結果としてトリガーされるコールバック BluetoothGattServer#readPhy
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。