How to use UBUS commands for Bluetooth device scanning / pairing: Difference between revisions
How to use UBUS commands for Bluetooth device scanning / pairing (view source)
Revision as of 16:03, 24 April 2020
, 24 April 2020no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This page contains instructions on how to use | This page contains instructions on how to use '''ubus''' commands in CLI / SSH to scan and pair '''Bluetooth''' devices on '''RUTX10/11'''. | ||
---- | ---- | ||
The '''ubus''' command line tool allows to interact with the '''ubusd''' server (with all currently registered services). It's useful for investigating/debugging registered namespaces as well as writing shell scripts. For calling procedures with parameters and returning responses it uses the user-friendly JSON format. | |||
The '''ubus''' command line tool allows to interact with the '''ubusd''' server (with all currently registered services). It's useful for investigating/debugging registered namespaces as well as writing shell scripts. For calling procedures with parameters and returning responses it uses the user-friendly JSON format. | |||
---- | ---- | ||
Steps to use '''ubus''' for '''blesem''' service on RUTX: | Steps to use '''ubus''' for '''blesem''' service on RUTX: |