tree: 7e154621aae7f51185b5fbe86e3e32e3ede00ed1 [path history] [tgz]
  1. att/
  2. cobalt/
  3. common/
  4. data/
  5. fidl/
  6. gap/
  7. gatt/
  8. hci/
  9. l2cap/
  10. sdp/
  11. sm/
  12. socket/
  13. testing/
  14. BUILD.gn
  15. driver.cc
  16. gatt_host.cc
  17. gatt_host.h
  18. gatt_host_unittest.cc
  19. gatt_remote_service_device.cc
  20. gatt_remote_service_device.h
  21. host.cc
  22. host.h
  23. host_device.cc
  24. host_device.h
  25. README.md
src/connectivity/bluetooth/core/bt-host/README.md

bt-host

Test

$ fx test bt-host-unittests

Inspect

bt-host uses the standard driver processes to expose its inspect hierarchy to the Fuchsia system.

Usage

To query the current state of the bt-host Inspect hierarchy through fx tooling, run

fx iquery show-file /dev/diagnostics/class/bt-host/000.inspect

Hierarchy

adapter:
    adapter_id
    hci_version
    bredr_max_num_packets
    bredr_max_data_length
    le_max_num_packets
    le_max_data_length
    lmp_features
    le_features
    peer_cache:
        peer_0x0:
            peer_id
            technology
            address
            connectable
            temporary
            features
            hci_version
            manufacturer
            bredr_data:
                connection_state
                bonded
                services
            le_data:
                connection_state
                bonded
                features
    data_domain:
    sdp_server:
        record_0x2:
            record
            // TODO(fxbug.dev/51995): Migrate this to UIntArray when support is better.
            registered_psms:
                psm_0x0:
                    psm
                psm_0x1:
                    psm
        record_0x3:
            record
            registered_psms:
                (none)