Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VelaBT Gdb] Added script to show all BT commands help usage info.
bug: V/46055 Example: (gdb) bthelp ======================================== Help for command: btsocket ======================================== usage: [-h] [-s] [-c] [-d] [-t {scan}] Command to traverse socket lists and print IPC server/client msg_queue lengths. options: -h, --help show this help message and exit -s, --server Traverse g_instances_list for server. -c, --client Traverse g_bt_ins for client. -d, --detail Show detailed packet information. -t {scan}, --type {scan} Specify the packet type to process (e.g., 'scan', 'gatt', 'state'). ======================================== Help for command: btdev ======================================== usage: [-h] -t {le,br} Command to traverse device lists and print detailed device information. options: -h, --help show this help message and exit -t {le,br}, --type {le,br} Specify the device type to traverse (e.g., 'le' for BLE, 'br' for BR/EDR). Signed-off-by: zhongzhijie1 <[email protected]>
- Loading branch information