Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CharacteristicRx = ble.MustParse("6e400002-b5a3-f393-e0a9-e50e24dcca9e") CharacteristicTx = ble.MustParse("6e400003-b5a3-f393-e0a9-e50e24dcca9e") )
UUIDs of the characteristics.
View Source
var ServiceUART = ble.MustParse("6e400001-b5a3-f393-e0a9-e50e24dcca9e")
ServiceUART is the UUID of the Nordic UART Service. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the interface for the device information BLE service. Only properties that are non-nil will be advertised by this service.
func (*Service) Create ¶
Create will return an instance of ble.Service, that can be used to advertise the device information service.
Click to show internal directories.
Click to hide internal directories.