From e12a68a74d9527d4becde122da4ff1ad6550564e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 5 Jan 2024 17:15:47 +1100 Subject: split lua stubs into one set for ldoc, and one set for lua-ls --- src/lua/stubs/bluetooth.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/lua/stubs/bluetooth.lua (limited to 'src/lua/stubs/bluetooth.lua') diff --git a/src/lua/stubs/bluetooth.lua b/src/lua/stubs/bluetooth.lua deleted file mode 100644 index 2fba1ec6..00000000 --- a/src/lua/stubs/bluetooth.lua +++ /dev/null @@ -1,14 +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. --- @treturn types.Property a boolean property -function bluetooth.enabled() end - ---- Whether or not there is an active connection to another Bluetooth device. --- @treturn types.Property a boolean property -function bluetooth.connected() end - -return bluetooth -- cgit v1.2.3