// Auto-generated. Do not edit. //% color=#0082FB weight=20 declare namespace bluetooth { /** * Starts the Bluetooth IO pin service */ //% help=bluetooth/start-io-pin-service //% blockId=bluetooth_start_io_pin_service block="bluetooth io pin service" shim=bluetooth::startIOPinService function startIOPinService(): void; /** * Starts the Bluetooth LED service */ //% help=bluetooth/start-led-service //% blockId=bluetooth_start_led_service block="bluetooth led service" shim=bluetooth::startLEDService function startLEDService(): void; /** * Starts the temperature service */ //% help=bluetooth/start-temperature-service //% blockId=bluetooth_start_temperature_service block="bluetooth temperature service" shim=bluetooth::startTemperatureService function startTemperatureService(): void; } // Auto-generated. Do not edit. Really.