# Bluetooth ```cards bluetooth.onBluetoothConnected(() => { }); bluetooth.onBluetoothDisconnected(() => { }); bluetooth.startAccelerometerService(); bluetooth.startButtonService(); bluetooth.startIOPinService(); bluetooth.startLEDService(); bluetooth.startMagnetometerService(); bluetooth.startTemperatureService(); ``` ```package microbit-bluetooth ```