Difference between revisions of "How to use UBUS commands for Bluetooth device scanning / pairing"

From Teltonika Networks Wiki
Line 5: Line 5:
 
* Enable Bluetooth in Web UI menu '''Network -> Bluetooth -> General'''. Click ''"Save&Apply"''.
 
* Enable Bluetooth in Web UI menu '''Network -> Bluetooth -> General'''. Click ''"Save&Apply"''.
 
    
 
    
* Login using [[CLI]] and run this command to start Bluetooth scan:
+
* Login using [[CLI]] and run '''scan.start''' command to start Bluetooth scan:
  
 
  ---
 
  ---
Line 11: Line 11:
 
  ---
 
  ---
  
Skanavimo rezultatų gavimas siunčiant ubus komandą:
+
* To see scan results, use command '''scan.result''':
  
ubus call blesem scan.result
+
---
 +
ubus call blesem scan.result
 +
---
  
 
Kuri parodys sąrašą tokiu formatu:
 
Kuri parodys sąrašą tokiu formatu:

Revision as of 11:51, 24 April 2020

Main Page > General Information > Configuration Examples > Hardware application > How to use UBUS commands for Bluetooth device scanning / pairing

This page contains instructions on how to use CLI / SSH command UBUS for scanning and pairing new Bluetooth devices on RUTX.


  • Enable Bluetooth in Web UI menu Network -> Bluetooth -> General. Click "Save&Apply".
  • Login using CLI and run scan.start command to start Bluetooth scan:
---
ubus call blesem scan.start
---
  • To see scan results, use command scan.result:
--- 
ubus call blesem scan.result
---

Kuri parodys sąrašą tokiu formatu:

{

      "scanning": 0, 
      "devices": [ 
              { 
                      "name": "RT_T", 
                      "rssi": -72, 
                      "address": "FF:CB:FA:6A:23:CB" 
              } 
      ] 

}

Skanavimas vyksta apie 30sek., todėl su „scanning“ rodoma ar vis dar yra vykdomas skanavimas. Šiuo atveju, galima užklausinėti „scan.result“ kol „scanning“ = 1.