Documentation ¶
Index ¶
- type HCI
- func (h *HCI) CancelConnection(pd *PlatData) error
- func (h *HCI) Close() error
- func (h *HCI) Connect(pd *PlatData) error
- func (h *HCI) SendCmdWithAdvOff(c cmd.CmdParam) error
- func (h *HCI) SendRawCommand(c cmd.CmdParam) ([]byte, error)
- func (h *HCI) SetAdvertiseEnable(en bool) error
- func (h *HCI) SetScanEnable(en bool, dup bool) error
- type PlatData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HCI ¶
type HCI struct { AcceptMasterHandler func(pd *PlatData) AcceptSlaveHandler func(pd *PlatData) AdvertisementHandler func(pd *PlatData) // contains filtered or unexported fields }
func (*HCI) CancelConnection ¶
func (*HCI) SetAdvertiseEnable ¶
Click to show internal directories.
Click to hide internal directories.