Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 833 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 833 Bytes

fglcdvBluetoothLE is the Genero wrapper library around the Cordova Bluttooth Low Energy plugin.

Use it in your BDL programs with:

IMPORT FGL fglcdvBluetoothLE

The Genero wrapper API is described here

Please note that you need a custom Info.plist on IOS containing the entries

	<key>UIBackgroundModes</key>
	<array>
		<string>bluetooth-central</string>
		<string>bluetooth-peripheral</string>
	</array>

if you want to use the plugin demos.

Please read more about IOS bluetooth keys here.