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