summaryrefslogtreecommitdiff
path: root/ldoc-stubs/bluetooth.lua
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-04-02 11:13:50 +1100
committerailurux <ailuruxx@gmail.com>2024-04-02 11:13:50 +1100
commite20ebe7574db5aedc73f07b7bb3a0a01eae93c84 (patch)
tree34c93ec8a80e282f3ce3e47dd60c41e46de0f8b3 /ldoc-stubs/bluetooth.lua
parenta750af35aa6afda40aadca8f7cf8db75f41a43b2 (diff)
parent0d0c4b2307cac8436fea7276956f293262b265ed (diff)
downloadtangara-fw-e20ebe7574db5aedc73f07b7bb3a0a01eae93c84.tar.gz
Merge branch 'main' into lua-volume
Diffstat (limited to 'ldoc-stubs/bluetooth.lua')
-rw-r--r--ldoc-stubs/bluetooth.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/ldoc-stubs/bluetooth.lua b/ldoc-stubs/bluetooth.lua
deleted file mode 100644
index 3160ef7e..00000000
--- a/ldoc-stubs/bluetooth.lua
+++ /dev/null
@@ -1,13 +0,0 @@
---- Properties and functions for handling Bluetooth connectivity
--- @module bluetooth
-local bluetooth = {}
-
---- Whether or not the Bluetooth stack is currently enabled. This property is writeable, and can be used to enable or disable Bluetooth.
--- @see types.Property
-bluetooth.enabled = types.Property
-
---- Whether or not there is an active connection to another Bluetooth device.
--- @see types.Property
-bluetooth.connected = types.Property
-
-return bluetooth