Using Bluetooth components (Client,server,admin)?

Can someone explain me Bluetooth components (client,server,admin)?
scrnli_06_07_2019_16-06-28

Admin:
https://developer.android.com/reference/android/Manifest.permission.html#BLUETOOTH_ADMIN

Server:

Client:

Bluetooth Overview:


In short, BluetoothAdmin gives you the capability to scan/on/off/pair (settings related to Bluetooth)
BluetoothClient gives you the capability to act as a client (send the request to the server)
BluetoothClient gives you the capability to act as a client (receive a request from the client)

5 Likes

How to get Bluetooth new Available devices on kodular?

use Bluetooth_Admin component and respective blocks

for your case use call Bluetooth_Admin1.Scan "

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.