How to use UBUS commands for Bluetooth device scanning / pairing

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

In this topic you can find how to using CLI / SSH command UBUS scan and pair new Bluetooth devices on RUTX.


  • Enable Bluetooth in Web UI menu Network -> Bluetooth -> General. Click "Save&Apply".

Bluetooth skanavimas vyksta siunčiant ubus komandą:

ubus call blesem scan.start

Skanavimo rezultatų gavimas siunčiant ubus komandą:

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.