Compartilhar via


BluetoothGattCallback.OnMtuChanged(BluetoothGatt, Int32, GattStatus) Método

Definição

Retorno de chamada indicando que a MTU de uma determinada conexão de dispositivo foi alterada.

[Android.Runtime.Register("onMtuChanged", "(Landroid/bluetooth/BluetoothGatt;II)V", "GetOnMtuChanged_Landroid_bluetooth_BluetoothGatt_IIHandler")]
public virtual void OnMtuChanged (Android.Bluetooth.BluetoothGatt? gatt, int mtu, Android.Bluetooth.GattStatus status);
[<Android.Runtime.Register("onMtuChanged", "(Landroid/bluetooth/BluetoothGatt;II)V", "GetOnMtuChanged_Landroid_bluetooth_BluetoothGatt_IIHandler")>]
abstract member OnMtuChanged : Android.Bluetooth.BluetoothGatt * int * Android.Bluetooth.GattStatus -> unit
override this.OnMtuChanged : Android.Bluetooth.BluetoothGatt * int * Android.Bluetooth.GattStatus -> unit

Parâmetros

gatt
BluetoothGatt

Cliente GATT invocado BluetoothGatt#requestMtu

mtu
Int32

O novo tamanho da MTU

status
GattStatus

BluetoothGatt#GATT_SUCCESS se o MTU tiver sido alterado com êxito

Atributos

Comentários

Documentação Java para android.bluetooth.BluetoothGattCallback.onMtuChanged(android.bluetooth.BluetoothGatt, int, int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a