-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: OtherArduino libraries that don't have their own labelArduino libraries that don't have their own labelType: Bug
Description
https://www.arduino.cc/en/Reference/BLEPeripheralEnd
- Indicates return type is boolean but it's actually void: https://github.com/01org/corelibs-arduino101/blob/master/libraries/CurieBLE/src/BLEPeripheral.h#L200
- Example code doesn't contain any calls to
blePeripheral.end()
. - See Also section on the BLEPeripheral end() reference page contains a link to the BLEPeripheral end() reference page
Metadata
Metadata
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: OtherArduino libraries that don't have their own labelArduino libraries that don't have their own labelType: Bug