Update Version 2
• Remade the extension
• Added useful blocks
2.0 Extension version
Documentations
Explanation of all the available blocks
![]()
Start / Waits for the client connection
![]()
Returns: List of the available devices

Pick an item from the list of devices and connect through the index
![]()
Returns: Device name
![]()
Disconnect from the connected device
![]()
Returns: If the device is searching for connection
![]()
Returns: If Bluetooth is enabled

Send the message to the connected device

Send bytes by their values separated by spaces, for example :
"65 66"
![]()
Enables message listener
![]()
Stop searching for client connection
![]()
Returns: Current UUID. To set custom one then you need to set it from the designer tab.

Raised when the device is connected
device: Connected device

Raised when received a message
message: text
totalBytes: No of bytes received
Download
com.xoma.blue.aix (19.8 KB)
Next
Working on the implementation of sharing documents. ![]()