-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
To reproduce
---@class bthci
bthci = {}
---@class adv
---@field CONN_DIR_HI integer
---@field CHAN_ALL integer
bthci.adv = {}
--- Sends a raw HCI command to the BlueTooth controller.
---@param hcibytes any @raw HCI command bytes to send to the BlueTooth controller.
---@param callback? function @(optional) function to be invoked when the reset completes.
---@return nil
function bthci.rawhci(hcibytes, callback) end
--- Resets the BlueTooth controller.
---@param callback? function @(optional) function to be invoked when the reset completes.
---@return nil
function bthci.reset(callback) end
Environment (please complete the following information):
- OS: Linux Mint
- Is WSL remote?
- Client: VSCode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working