Can someone explain me Bluetooth components (client,server,admin)?
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?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.