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

Значение , если подравливание подключения было успешно обновлено

Атрибуты

Комментарии

Обратный вызов, указывающий, что параметры подсети LE подключения изменились.

Java документации по android.bluetooth.BluetoothGattServerCallback.onSubrateChange(android.bluetooth.BluetoothDevice, int, int).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к