Skip to content

Function annotation is not displayed #568

@serg3295

Description

@serg3295

luasrverr37

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions