2016-08-08 22:08:15 +02:00
{
2016-12-23 07:41:13 +01:00
"bluetooth" : "Support for additional Bluetooth services.\n\nSupport for additional Bluetooth services." ,
2017-09-19 23:54:46 +02:00
"bluetooth.advertiseUid" : "Advertise an Eddystone UID" ,
"bluetooth.advertiseUidBuffer" : "Advertise an Eddystone UID" ,
"bluetooth.advertiseUidBuffer|param|connectable" : "true to keep bluetooth connectable for other services, false otherwise." ,
"bluetooth.advertiseUidBuffer|param|nsAndInstance" : "16 bytes buffer of namespace (bytes 0-9) and instance (bytes 10-15)" ,
"bluetooth.advertiseUidBuffer|param|power" : "power level between 0 and 7, eg: 7" ,
"bluetooth.advertiseUid|param|connectable" : "true to keep bluetooth connectable for other services, false otherwise." ,
"bluetooth.advertiseUid|param|instance" : "4 last bytes of the instance uid" ,
"bluetooth.advertiseUid|param|ns" : "4 last bytes of the namespace uid" ,
"bluetooth.advertiseUid|param|power" : "power level between 0 and 7, eg: 7" ,
"bluetooth.advertiseUrl" : "Advertise an Eddystone URL" ,
"bluetooth.advertiseUrl|param|connectable" : "true to keep bluetooth connectable for other services, false otherwise." ,
"bluetooth.advertiseUrl|param|power" : "power level between 0 and 7, eg: 7" ,
"bluetooth.advertiseUrl|param|url" : "the url to transmit. Must be no longer than the supported eddystone url length, eg: \"https://makecode.com\"" ,
2016-08-08 22:08:15 +02:00
"bluetooth.onBluetoothConnected" : "Register code to run when the micro:bit is connected to over Bluetooth" ,
"bluetooth.onBluetoothConnected|param|body" : "Code to run when a Bluetooth connection is established" ,
"bluetooth.onBluetoothDisconnected" : "Register code to run when a bluetooth connection to the micro:bit is lost" ,
"bluetooth.onBluetoothDisconnected|param|body" : "Code to run when a Bluetooth connection is lost" ,
2017-09-19 23:54:46 +02:00
"bluetooth.onUartDataReceived" : "Registers an event to be fired when one of the delimiter is matched." ,
"bluetooth.onUartDataReceived|param|delimiters" : "the characters to match received characters against." ,
"bluetooth.setTransmitPower" : "Sets the bluetooth transmit power between 0 (minimal) and 7 (maximum)." ,
"bluetooth.setTransmitPower|param|power" : "power level between 0 (minimal) and 7 (maximum), eg: 7." ,
2016-08-08 22:08:15 +02:00
"bluetooth.startAccelerometerService" : "Starts the Bluetooth accelerometer service" ,
"bluetooth.startButtonService" : "Starts the Bluetooth button service" ,
"bluetooth.startIOPinService" : "Starts the Bluetooth IO pin service." ,
"bluetooth.startLEDService" : "Starts the Bluetooth LED service" ,
"bluetooth.startMagnetometerService" : "Starts the Bluetooth magnetometer service" ,
"bluetooth.startTemperatureService" : "Starts the Bluetooth temperature service" ,
2016-09-09 08:11:58 +02:00
"bluetooth.startUartService" : "Starts the Bluetooth UART service" ,
2017-09-19 23:54:46 +02:00
"bluetooth.stopAdvertising" : "Stops advertising Eddystone end points" ,
2019-12-02 05:58:26 +01:00
"bluetooth.uartReadBuffer" : "Reads buffered UART data into a buffer" ,
2016-10-19 19:45:39 +02:00
"bluetooth.uartReadUntil" : "Reads from the Bluetooth UART service buffer, returning its contents when the specified delimiter character is encountered." ,
2019-12-02 05:58:26 +01:00
"bluetooth.uartWriteBuffer" : "Sends a buffer of data via Bluetooth UART" ,
"bluetooth.uartWriteLine" : "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device." ,
2016-10-19 19:45:39 +02:00
"bluetooth.uartWriteNumber" : "Prints a numeric value to the serial" ,
"bluetooth.uartWriteString" : "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device." ,
"bluetooth.uartWriteValue" : "Writes a ``name: value`` pair line to the serial." ,
"bluetooth.uartWriteValue|param|name" : "name of the value stream, eg: x" ,
"bluetooth.uartWriteValue|param|value" : "to write"
2016-08-08 22:08:15 +02:00
}