System.Bluetooth.Components.TBluetoothLE Events
InheritedProtected
| OnCharacteristicRead | published | Occurs when the data of a characteristic of a service from a remote device is read from the remote device. |
| OnCharacteristicReadRequest | published | Occurs when the GATT server of your component receives a request from a client device of the data of a characteristic. |
| OnCharacteristicSubscribed | published | Occurs when a remote device Subscribes to one of the GATT server characteristics. |
| OnCharacteristicUnSubscribed | published | Occurs when a remote device UnSubscribes from one of the GATT server characteristics. |
| OnCharacteristicWrite | published | Occurs when the data of a characteristic of a service from a remote device is written to the remote device. |
| OnCharacteristicWriteRequest | published | Occurs when the GATT server of your component receives a request from a client device to edit the data of a characteristic. |
| OnConnect | published | Occurs when a connection to a remote GATT server device is established. |
| OnConnectedDevice | published | Occurs when a remote device connects to the GATT server of your component. |
| OnDescriptorRead | published | Occurs when the data of a descriptor of a service from a remote device is read from the remote device. |
| OnDescriptorWrite | published | Occurs when the data of a descriptor from a remote device is written to the remote device. |
| OnDisconnect | published | Occurs upon disconnection from a remote GATT server device. |
| OnDisconnectDevice | published | Occurs when a remote device disconnects from the GATT server of your component. |
| OnDiscoverLEDevice | published | OnDiscoverLEDevice is fired each time a device is found during device discovery. |
| OnEndDiscoverDevices | published | Occurs after a call to DiscoverDevices and provides a list of devices that have been discovered. |
| OnEndDiscoverServices | published | Occurs when the list of services that a device provides are discovered. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnMTUChanged | published | |
| OnReadRSSI | published | Occurs as a result of a previous call to ReadRemoteRSSI. |
| OnReliableWriteCompleted | published | Occurs after a response from the remote device triggered by a previous call to ExecuteReliableWrite. |
| OnServiceAdded | published | Occurs after a service is added to the GATT server of your component as a result of a previous call to AddService on the GATT server of your component. |
| OnServicesDiscovered | published | Occurs when the list of services that a device provides is discovered. |