Documentation
¶
Index ¶
- Variables
- func RFKillBluetooth() (string, error)
- func ResetHCIInterface() (string, error)
- func StartBLEServer(generatorAdminServer handlers.GrpcServer, channel chan bool, ...) error
- func StartBluetoothService() (string, error)
- func StopBLEServer(channel chan bool)
- func StopBluetoothService() (string, error)
- func StopHCIInterface() (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultServerOptions = []gatt.Option{ gatt.LnxMaxConnections(1), gatt.LnxDeviceID(-1, true), gatt.LnxSetAdvertisingParameters(&cmd.LESetAdvertisingParameters{ AdvertisingIntervalMin: 0x00f4, AdvertisingIntervalMax: 0x00f4, AdvertisingChannelMap: 0x7, }), }
DefaultServerOptions :
Functions ¶
func RFKillBluetooth ¶
func ResetHCIInterface ¶
func StartBLEServer ¶
func StartBluetoothService ¶
func StopBLEServer ¶
func StopBLEServer(channel chan bool)
func StopBluetoothService ¶
func StopHCIInterface ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.