System.Bluetooth.Components.TBluetoothLE Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnCharacteristicReadpublishedOccurs when the data of a characteristic of a service from a remote device is read from the remote device.
OnCharacteristicReadRequestpublishedOccurs when the GATT server of your component receives a request from a client device of the data of a characteristic.
OnCharacteristicWritepublishedOccurs when the data of a characteristic of a service from a remote device is written to the remote device.
OnCharacteristicWriteRequestpublishedOccurs when the GATT server of your component receives a request from a client device to edit the data of a characteristic.
OnConnectedDevicepublishedOccurs when a remote device connects to the GATT server of your component.
OnDescriptorReadpublishedOccurs when the data of a descriptor of a service from a remote device is read from the remote device.
OnDescriptorWritepublishedOccurs when the data of a descriptor from a remote device is written to the remote device.
OnDisconnectDevicepublishedOccurs when a remote device disconnects from the GATT server of your component.
OnDiscoverLEDevicepublishedOnDiscoverLEDevice is fired each time a device is found during device discovery.
OnEndDiscoverDevicespublishedOccurs after a call to DiscoverDevices and provides a list of devices that have been discovered.
OnEndDiscoverServicespublishedOccurs when the list of services that a device provides are discovered.
OnGetDeltaStreamsprotected
OnReadRSSIpublishedOccurs as a result of a previous call to ReadRemoteRSSI.
OnReliableWriteCompletedpublishedOccurs after a response from the remote device triggered by a previous call to ExecuteReliableWrite.
OnServiceAddedpublishedOccurs 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.
OnServicesDiscoveredpublishedOccurs when the list of services that a device provides is discovered.