frameworks_bluetooth/tools
zhongzhijie1 d9706d87f4 [VelaBT Gdb] add Bluetooth dump commands: 'btdev'
bug: V/43339

btdev: Traverse and display detailed information of BLE or BR/EDR devices.
   - Usage Example:
     (gdb) btdev -t br
     Traversing BR/EDR device lists and outputting detailed info...
     Device Name: *****
     Alias: *****'s*****
     Bluetooth Address: A8:9C:ED:1F:F0:16
     ACL Handle: 0x0000
     Connection State: Unknown Connection State
     Bond State: Unknown Bond State
     --------- End of Device Info ---------

     Device Name: Xiaomi Watch ****
     Alias: Xiaomi Watch ****
     Bluetooth Address: 14:16:9E:B3:93:5D
     ACL Handle: 0x0000
     Connection State: Unknown Connection State
     Bond State: Unknown Bond State
     --------- End of Device Info ---------

     Device Name: vela-****
     Alias: vela-****
     Bluetooth Address: 00:1A:7D:DA:71:11
     ACL Handle: 0x0000
     Connection State: Unknown Connection State
     Bond State: Unknown Bond State
     --------- End of Device Info ---------

   - Options:
     - -t, --type: Specify the device type to traverse (le for BLE, br for BR/EDR).

Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com>
2024-12-26 22:41:40 +08:00
..
gdb/service [VelaBT Gdb] add Bluetooth dump commands: 'btdev' 2024-12-26 22:41:40 +08:00
a2dp_sink.c Merge commit 2024-11-25 17:34:53 +08:00
a2dp_source.c Merge commit 2024-11-25 17:34:53 +08:00
adv.c Merge commit 2024-11-25 17:34:53 +08:00
bt_tools.c Merge commit 2024-11-25 17:34:53 +08:00
bt_tools.h Merge commit 2024-11-25 17:34:53 +08:00
gatt_client.c Merge commit 2024-11-25 17:34:53 +08:00
gatt_server.c Merge commit 2024-11-25 17:34:53 +08:00
hfp_ag.c Merge commit 2024-11-25 17:34:53 +08:00
hfp_hf.c Merge commit 2024-11-25 17:34:53 +08:00
hid_device.c Merge commit 2024-11-25 17:34:53 +08:00
lea_ccp.c Merge commit 2024-11-25 17:34:53 +08:00
lea_client.c Merge commit 2024-11-25 17:34:53 +08:00
lea_mcp.c Merge commit 2024-11-25 17:34:53 +08:00
lea_mcs.c Merge commit 2024-11-25 17:34:53 +08:00
lea_server.c Merge commit 2024-11-25 17:34:53 +08:00
lea_tbs.c Merge commit 2024-11-25 17:34:53 +08:00
lea_vmicp.c Merge commit 2024-11-25 17:34:53 +08:00
lea_vmics.c Merge commit 2024-11-25 17:34:53 +08:00
log.c Merge commit 2024-11-25 17:34:53 +08:00
panu.c Merge commit 2024-11-25 17:34:53 +08:00
scan.c Merge commit 2024-11-25 17:34:53 +08:00
spp.c Merge commit 2024-11-25 17:34:53 +08:00
utils.c Merge commit 2024-11-25 17:34:53 +08:00
utils.h Merge commit 2024-11-25 17:34:53 +08:00