tree: d9ce0eec599bd5a142bb68cd0b72298ed7ae66e2 [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. testing/
  13. BUILD.gn
  14. driver.cc
  15. gatt_host.cc
  16. gatt_host.h
  17. gatt_host_unittest.cc
  18. gatt_remote_service_device.cc
  19. gatt_remote_service_device.h
  20. host.cc
  21. host.h
  22. host_device.cc
  23. host_device.h
  24. README.md
src/connectivity/bluetooth/core/bt-host/README.md

bt-host

Inspect

The Inspect hierarchy is only exposed through the Host::GetInspectVmo() FIDL API.

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
            le_data:
                connection_state
                bonded
                features
    data_domain:
    sdp_server:
        record_0x2:
            record
            // TODO(51995): Migrate this to UIntArray when support is better.
            registered_psms:
                psm_0x0:
                    psm
                psm_0x1:
                    psm
        record_0x3:
            record
            registered_psms:
                (none)