言語

BluetoothGattServerCallback.OnSubrateChange メソッド

定義

LE 接続のサブレート パラメーターを示すコールバックが変更されました。

[Android.Runtime.Register("onSubrateChange", "(Landroid/bluetooth/BluetoothDevice;II)V", "GetOnSubrateChange_Landroid_bluetooth_BluetoothDevice_IIHandler", ApiSince=36)]
public virtual void OnSubrateChange(Android.Bluetooth.BluetoothDevice device, int subrateMode, int status);
[<Android.Runtime.Register("onSubrateChange", "(Landroid/bluetooth/BluetoothDevice;II)V", "GetOnSubrateChange_Landroid_bluetooth_BluetoothDevice_IIHandler", ApiSince=36)>]
abstract member OnSubrateChange : Android.Bluetooth.BluetoothDevice * int * int -> unit
override this.OnSubrateChange : Android.Bluetooth.BluetoothDevice * int * int -> unit

パラメーター

device
BluetoothDevice

関連するリモート デバイス

subrateMode
Int32

この LE 接続の場合は〘。

status
Int32

BluetoothGatt#GATT_SUCCESS 接続のサブ設定が正常に更新された場合

属性

注釈

LE 接続のサブレート パラメーターを示すコールバックが変更されました。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象