blob: dd3dc3641dbc5cfbb791d65f6f2d1ac54c4939d3 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
description "Disable bluetooth"
author "chromium-os-dev@chromium.org"
start on started system-services
script
echo 208 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio208/direction
echo 0 > /sys/class/gpio/gpio208/value
end script