BluetoothGattServerCallback
BluetoothGattServerCallback()
BluetoothGattServerCallback(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
OnCharacteristicReadRequest(BluetoothDevice, Int32, Int32, BluetoothGattCharacteristic)
OnCharacteristicWriteRequest(BluetoothDevice, Int32, BluetoothGattCharacteristic, Boolean, Boolean, Int32, Byte[])
OnConnectionStateChange(BluetoothDevice, ProfileState, ProfileState)
OnDescriptorReadRequest(BluetoothDevice, Int32, Int32, BluetoothGattDescriptor)
OnDescriptorWriteRequest(BluetoothDevice, Int32, BluetoothGattDescriptor, Boolean, Boolean, Int32, Byte[])
OnExecuteWrite(BluetoothDevice, Int32, Boolean)
OnMtuChanged(BluetoothDevice, Int32)
OnNotificationSent(BluetoothDevice, GattStatus)
OnPhyRead(BluetoothDevice, ScanSettingsPhy, ScanSettingsPhy, GattStatus)
OnPhyUpdate(BluetoothDevice, ScanSettingsPhy, ScanSettingsPhy, GattStatus)
OnServiceAdded(GattStatus, BluetoothGattService)
OnServiceAdded(ProfileState, BluetoothGattService)
monoandroid
namespace Android.Bluetooth
{
[Register("android/bluetooth/BluetoothGattServerCallback", DoNotGenerateAcw = true)]
public abstract class BluetoothGattServerCallback : Object
{
[Register("onPhyUpdate", "(Landroid/bluetooth/BluetoothDevice;III)V", "GetOnPhyUpdate_Landroid_bluetooth_BluetoothDevice_IIIHandler", ApiSince = 26)]
public virtual void OnPhyUpdate(BluetoothDevice? device, [GeneratedEnum] ScanSettingsPhy txPhy, [GeneratedEnum] ScanSettingsPhy rxPhy, [GeneratedEnum] GattStatus status);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API