System.Bluetooth.TBluetoothGattServer Properties
InheritedProtected
| AdvertiseData | public | Advertising data that the GATT server broadcasts to any reachable remote client. |
| AdvertiseService | public | Whether your GATT server should advertise any service as you add them to your GATT server (True) or whether services should not be advertised until you start advertising all of them (False). |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| GattServerName | public | Display name that your GATT server uses to announce itself. |
| IsAdvertising | public | Whether your GATT server is broadcasting its advertising data (True) or not (False). |