summaryrefslogtreecommitdiff
path: root/client/admin.c
Commit message (Collapse)AuthorAgeFilesLines
* client: Move admin submenuLuiz Augusto von Dentz2022-08-151-5/+92
| | | | | This moves admin submenu to admin.c so it is not mixed up with other submenus code.
* client: add admin submenu and allow commandYun-Hao Chung2021-08-111-0/+133
This creates a menu - admin and add a commands to bluetoothctl - allow [clear/uuid1 uuid2 ...] Reviewed-by: Miao-chen Chou <mcchou@chromium.org>