System.Bluetooth.TBluetoothGattServer Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnCharacteristicReadpublicOccurs when your GATT server receives a request from a client device of the data of a characteristic.
OnCharacteristicWritepublicOccurs when your GATT server receives a request from a client device to edit the data of a characteristic.
OnClientSubscribedpublicOccurs when a client subscribes to a characteristic of the GATT server.
OnClientUnsubscribedpublicOccurs when a client unsubscribes from a characteristic of the GATT server.
OnConnectedDevicepublicOccurs when a remote device connects to your GATT server.
OnDisconnectDevicepublicOccurs when a remote device disconnects from your GATT server.
OnServiceAddedpublicOccurs after a service is added to your GATT server as a result of a previous call to AddService.