Extension : Send message/documents via Bluetooth (FAST) || OPEN SOURCE

Update Version 2

• Remade the extension
• Added useful blocks

2.0 Extension version


Documentations

Explanation of all the available blocks

component_method (15)

Start / Waits for the client connection

component_method (6)

Returns: List of the available devices

component_method (7)

Pick an item from the list of devices and connect through the index

component_method (8)

Returns: Device name

component_method (9)

Disconnect from the connected device

component_method (10)

Returns: If the device is searching for connection

component_method (11)

Returns: If Bluetooth is enabled

component_method (12)

Send the message to the connected device

component_method (13)

Send bytes by their values separated by spaces, for example :

"65 66"

component_method (14)

Enables message listener

component_method (16)

Stop searching for client connection

component_method (17)

Returns: Current UUID. To set custom one then you need to set it from the designer tab.

component_event (1)

Raised when the device is connected
device: Connected device

component_event (2)

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. :grinning:

5 Likes