1# Copyright 2023 The Pigweed Authors 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); you may not 4# use this file except in compliance with the License. You may obtain a copy of 5# the License at 6# 7# https://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12# License for the specific language governing permissions and limitations under 13# the License. 14 15# Bazel support for pw_bluetooth_sapphire has not been configured yet, but we 16# need to satisfy presubmit. 17filegroup( 18 name = "_files", 19 srcs = [ 20 "host/att/attribute.cc", 21 "host/att/attribute_test.cc", 22 "host/att/bearer.cc", 23 "host/att/bearer_test.cc", 24 "host/att/database.cc", 25 "host/att/database_test.cc", 26 "host/att/error.cc", 27 "host/att/error_test.cc", 28 "host/att/packet.cc", 29 "host/att/permissions.cc", 30 "host/att/permissions_test.cc", 31 "host/att/write_queue.cc", 32 "host/common/advertising_data.cc", 33 "host/common/advertising_data_test.cc", 34 "host/common/bounded_inspect_list_node.cc", 35 "host/common/bounded_inspect_list_node_test.cc", 36 "host/common/byte_buffer.cc", 37 "host/common/byte_buffer_test.cc", 38 "host/common/device_address.cc", 39 "host/common/device_address_test.cc", 40 "host/common/device_class.cc", 41 "host/common/device_class_test.cc", 42 "host/common/error_test.cc", 43 "host/common/expiring_set_test.cc", 44 "host/common/host_error.cc", 45 "host/common/identifier.cc", 46 "host/common/identifier_test.cc", 47 "host/common/inspectable_test.cc", 48 "host/common/log.cc", 49 "host/common/manufacturer_names.cc", 50 "host/common/manufacturer_names_test.cc", 51 "host/common/metrics.cc", 52 "host/common/metrics_test.cc", 53 "host/common/packet_view_test.cc", 54 "host/common/pipeline_monitor_test.cc", 55 "host/common/random.cc", 56 "host/common/retire_log.cc", 57 "host/common/retire_log_test.cc", 58 "host/common/slab_allocator.cc", 59 "host/common/slab_allocator_test.cc", 60 "host/common/supplement_data.cc", 61 "host/common/supplement_data_test.cc", 62 "host/common/uuid.cc", 63 "host/common/uuid_test.cc", 64 "host/common/weak_self_test.cc", 65 "host/common/windowed_inspect_numeric_property_test.cc", 66 "host/gap/adapter.cc", 67 "host/gap/adapter_test.cc", 68 "host/gap/bredr_connection.cc", 69 "host/gap/bredr_connection_manager.cc", 70 "host/gap/bredr_connection_manager_test.cc", 71 "host/gap/bredr_connection_request.cc", 72 "host/gap/bredr_connection_request_test.cc", 73 "host/gap/bredr_discovery_manager.cc", 74 "host/gap/bredr_discovery_manager_test.cc", 75 "host/gap/bredr_interrogator.cc", 76 "host/gap/bredr_interrogator_test.cc", 77 "host/gap/discovery_filter.cc", 78 "host/gap/discovery_filter_test.cc", 79 "host/gap/fake_adapter.cc", 80 "host/gap/fake_pairing_delegate.cc", 81 "host/gap/fake_pairing_delegate_test.cc", 82 "host/gap/gap.cc", 83 "host/gap/generic_access_client.cc", 84 "host/gap/identity_resolving_list.cc", 85 "host/gap/identity_resolving_list_test.cc", 86 "host/gap/low_energy_address_manager.cc", 87 "host/gap/low_energy_address_manager_test.cc", 88 "host/gap/low_energy_advertising_manager.cc", 89 "host/gap/low_energy_advertising_manager_test.cc", 90 "host/gap/low_energy_connection.cc", 91 "host/gap/low_energy_connection_handle.cc", 92 "host/gap/low_energy_connection_manager.cc", 93 "host/gap/low_energy_connection_manager_test.cc", 94 "host/gap/low_energy_connection_request.cc", 95 "host/gap/low_energy_connector.cc", 96 "host/gap/low_energy_discovery_manager.cc", 97 "host/gap/low_energy_discovery_manager_test.cc", 98 "host/gap/low_energy_interrogator.cc", 99 "host/gap/low_energy_interrogator_test.cc", 100 "host/gap/pairing_state.cc", 101 "host/gap/pairing_state_test.cc", 102 "host/gap/peer.cc", 103 "host/gap/peer_cache.cc", 104 "host/gap/peer_cache_test.cc", 105 "host/gap/peer_metrics.cc", 106 "host/gap/peer_test.cc", 107 "host/gap/types.cc", 108 "host/gap/types_test.cc", 109 "host/gatt/client.cc", 110 "host/gatt/client_test.cc", 111 "host/gatt/connection.cc", 112 "host/gatt/fake_client.cc", 113 "host/gatt/fake_layer.cc", 114 "host/gatt/gatt.cc", 115 "host/gatt/gatt_defs.cc", 116 "host/gatt/gatt_test.cc", 117 "host/gatt/generic_attribute_service.cc", 118 "host/gatt/generic_attribute_service_test.cc", 119 "host/gatt/local_service_manager.cc", 120 "host/gatt/local_service_manager_test.cc", 121 "host/gatt/mock_server.cc", 122 "host/gatt/remote_characteristic.cc", 123 "host/gatt/remote_service.cc", 124 "host/gatt/remote_service_manager.cc", 125 "host/gatt/remote_service_manager_test.cc", 126 "host/gatt/server.cc", 127 "host/gatt/server_test.cc", 128 "host/gatt/types.cc", 129 "host/hci-spec/le_connection_parameters.cc", 130 "host/hci-spec/link_key.cc", 131 "host/hci-spec/util.cc", 132 "host/hci-spec/util_test.cc", 133 "host/hci/acl_connection.cc", 134 "host/hci/advertising_handle_map.cc", 135 "host/hci/advertising_handle_map_test.cc", 136 "host/hci/advertising_report_parser.cc", 137 "host/hci/advertising_report_parser_test.cc", 138 "host/hci/bredr_connection.cc", 139 "host/hci/bredr_connection_request.cc", 140 "host/hci/command_handler_test.cc", 141 "host/hci/connection.cc", 142 "host/hci/connection_test.cc", 143 "host/hci/extended_low_energy_advertiser.cc", 144 "host/hci/extended_low_energy_advertiser_test.cc", 145 "host/hci/fake_bredr_connection.cc", 146 "host/hci/fake_local_address_delegate.cc", 147 "host/hci/fake_low_energy_connection.cc", 148 "host/hci/fake_sco_connection.cc", 149 "host/hci/legacy_low_energy_advertiser.cc", 150 "host/hci/legacy_low_energy_advertiser_test.cc", 151 "host/hci/legacy_low_energy_scanner.cc", 152 "host/hci/low_energy_advertiser.cc", 153 "host/hci/low_energy_advertiser_test.cc", 154 "host/hci/low_energy_connection.cc", 155 "host/hci/low_energy_connector.cc", 156 "host/hci/low_energy_connector_test.cc", 157 "host/hci/low_energy_multiple_advertising_test.cc", 158 "host/hci/low_energy_scanner.cc", 159 "host/hci/low_energy_scanner_test.cc", 160 "host/hci/sco_connection.cc", 161 "host/hci/sequential_command_runner.cc", 162 "host/hci/sequential_command_runner_test.cc", 163 "host/hci/util.cc", 164 "host/hci/util_test.cc", 165 "host/l2cap/a2dp_offload_manager.cc", 166 "host/l2cap/a2dp_offload_manager_test.cc", 167 "host/l2cap/basic_mode_rx_engine.cc", 168 "host/l2cap/basic_mode_rx_engine_test.cc", 169 "host/l2cap/basic_mode_tx_engine.cc", 170 "host/l2cap/basic_mode_tx_engine_test.cc", 171 "host/l2cap/bredr_command_handler.cc", 172 "host/l2cap/bredr_command_handler_test.cc", 173 "host/l2cap/bredr_dynamic_channel.cc", 174 "host/l2cap/bredr_dynamic_channel_test.cc", 175 "host/l2cap/bredr_signaling_channel.cc", 176 "host/l2cap/bredr_signaling_channel_test.cc", 177 "host/l2cap/channel.cc", 178 "host/l2cap/channel_configuration.cc", 179 "host/l2cap/channel_configuration_test.cc", 180 "host/l2cap/channel_manager.cc", 181 "host/l2cap/channel_manager_test.cc", 182 "host/l2cap/channel_test.cc", 183 "host/l2cap/command_handler.cc", 184 "host/l2cap/command_handler_test.cc", 185 "host/l2cap/dynamic_channel.cc", 186 "host/l2cap/dynamic_channel_registry.cc", 187 "host/l2cap/dynamic_channel_registry_test.cc", 188 "host/l2cap/enhanced_retransmission_mode_engines.cc", 189 "host/l2cap/enhanced_retransmission_mode_engines_test.cc", 190 "host/l2cap/enhanced_retransmission_mode_rx_engine.cc", 191 "host/l2cap/enhanced_retransmission_mode_rx_engine_test.cc", 192 "host/l2cap/enhanced_retransmission_mode_tx_engine.cc", 193 "host/l2cap/enhanced_retransmission_mode_tx_engine_test.cc", 194 "host/l2cap/fake_channel.cc", 195 "host/l2cap/fake_channel_test.cc", 196 "host/l2cap/fake_l2cap.cc", 197 "host/l2cap/fake_signaling_channel.cc", 198 "host/l2cap/fcs.cc", 199 "host/l2cap/fcs_test.cc", 200 "host/l2cap/fragmenter.cc", 201 "host/l2cap/fragmenter_test.cc", 202 "host/l2cap/frame_headers_test.cc", 203 "host/l2cap/le_signaling_channel.cc", 204 "host/l2cap/le_signaling_channel_test.cc", 205 "host/l2cap/logical_link.cc", 206 "host/l2cap/logical_link_test.cc", 207 "host/l2cap/low_energy_command_handler.cc", 208 "host/l2cap/low_energy_command_handler_test.cc", 209 "host/l2cap/mock_channel_test.cc", 210 "host/l2cap/pdu.cc", 211 "host/l2cap/pdu_test.cc", 212 "host/l2cap/recombiner.cc", 213 "host/l2cap/recombiner_test.cc", 214 "host/l2cap/scoped_channel.cc", 215 "host/l2cap/scoped_channel_test.cc", 216 "host/l2cap/signaling_channel.cc", 217 "host/l2cap/signaling_channel_test.cc", 218 "host/l2cap/test_packets.cc", 219 "host/l2cap/types.cc", 220 "host/l2cap/types_test.cc", 221 "host/sco/sco_connection.cc", 222 "host/sco/sco_connection_manager.cc", 223 "host/sco/sco_connection_manager_test.cc", 224 "host/sco/sco_connection_test.cc", 225 "host/sdp/client.cc", 226 "host/sdp/client_test.cc", 227 "host/sdp/data_element.cc", 228 "host/sdp/data_element_test.cc", 229 "host/sdp/error.cc", 230 "host/sdp/pdu.cc", 231 "host/sdp/pdu_test.cc", 232 "host/sdp/server.cc", 233 "host/sdp/server_test.cc", 234 "host/sdp/service_discoverer.cc", 235 "host/sdp/service_discoverer_test.cc", 236 "host/sdp/service_record.cc", 237 "host/sdp/service_record_test.cc", 238 "host/sm/ecdh_key.cc", 239 "host/sm/ecdh_key_test.cc", 240 "host/sm/error.cc", 241 "host/sm/error_test.cc", 242 "host/sm/packet.cc", 243 "host/sm/packet_test.cc", 244 "host/sm/pairing_channel.cc", 245 "host/sm/pairing_channel_test.cc", 246 "host/sm/pairing_phase.cc", 247 "host/sm/pairing_phase_test.cc", 248 "host/sm/phase_1.cc", 249 "host/sm/phase_1_test.cc", 250 "host/sm/phase_2_legacy.cc", 251 "host/sm/phase_2_legacy_test.cc", 252 "host/sm/phase_2_secure_connections.cc", 253 "host/sm/phase_2_secure_connections_test.cc", 254 "host/sm/phase_3.cc", 255 "host/sm/phase_3_test.cc", 256 "host/sm/sc_stage_1_just_works_numeric_comparison.cc", 257 "host/sm/sc_stage_1_just_works_numeric_comparison_test.cc", 258 "host/sm/sc_stage_1_passkey.cc", 259 "host/sm/sc_stage_1_passkey_test.cc", 260 "host/sm/security_manager.cc", 261 "host/sm/security_manager_test.cc", 262 "host/sm/security_request_phase.cc", 263 "host/sm/security_request_phase_test.cc", 264 "host/sm/test_security_manager.cc", 265 "host/sm/types.cc", 266 "host/sm/types_test.cc", 267 "host/sm/util.cc", 268 "host/sm/util_test.cc", 269 "host/testing/controller_test_double_base.cc", 270 "host/testing/fake_controller.cc", 271 "host/testing/fake_controller_test.cc", 272 "host/testing/fake_dynamic_channel.cc", 273 "host/testing/fake_dynamic_channel_test.cc", 274 "host/testing/fake_gatt_server.cc", 275 "host/testing/fake_l2cap.cc", 276 "host/testing/fake_l2cap_test.cc", 277 "host/testing/fake_peer.cc", 278 "host/testing/fake_sdp_server.cc", 279 "host/testing/fake_sdp_server_test.cc", 280 "host/testing/fake_signaling_server.cc", 281 "host/testing/fake_signaling_server_test.cc", 282 "host/testing/inspect_util.cc", 283 "host/testing/inspect_util_test.cc", 284 "host/testing/mock_controller.cc", 285 "host/testing/parse_args.cc", 286 "host/testing/parse_args_test.cc", 287 "host/testing/run_all_unittests.cc", 288 "host/testing/test_packets.cc", 289 "host/transport/acl_data_channel.cc", 290 "host/transport/acl_data_channel_test.cc", 291 "host/transport/acl_data_packet.cc", 292 "host/transport/command_channel.cc", 293 "host/transport/command_channel_test.cc", 294 "host/transport/control_packets.cc", 295 "host/transport/emboss_control_packets.cc", 296 "host/transport/emboss_control_packets_test.cc", 297 "host/transport/emboss_packet_test.cc", 298 "host/transport/error.cc", 299 "host/transport/fake_sco_data_channel.cc", 300 "host/transport/link_type.cc", 301 "host/transport/mock_acl_data_channel.cc", 302 "host/transport/packet_test.cc", 303 "host/transport/sco_data_channel.cc", 304 "host/transport/sco_data_channel_test.cc", 305 "host/transport/sco_data_packet.cc", 306 "host/transport/sco_data_packet_test.cc", 307 "host/transport/slab_allocators_test.cc", 308 "host/transport/transport.cc", 309 "host/transport/transport_test.cc", 310 "lib/cpp-string/public/cpp-string/string_printf.h", 311 "lib/cpp-string/public/cpp-string/utf_codecs.h", 312 "lib/cpp-string/string_printf.cc", 313 "lib/cpp-string/string_printf_test.cc", 314 "lib/cpp-string/utf_codecs.cc", 315 "lib/cpp-type/member_pointer_traits_test.cc", 316 "lib/cpp-type/public/cpp-type/member_pointer_traits.h", 317 "lib/cpp-type/public/cpp-type/to_std_array.h", 318 "lib/cpp-type/to_std_array_test.cc", 319 "public/pw_bluetooth_sapphire/config.h", 320 "public/pw_bluetooth_sapphire/internal/host/att/att.h", 321 "public/pw_bluetooth_sapphire/internal/host/att/attribute.h", 322 "public/pw_bluetooth_sapphire/internal/host/att/bearer.h", 323 "public/pw_bluetooth_sapphire/internal/host/att/database.h", 324 "public/pw_bluetooth_sapphire/internal/host/att/error.h", 325 "public/pw_bluetooth_sapphire/internal/host/att/packet.h", 326 "public/pw_bluetooth_sapphire/internal/host/att/permissions.h", 327 "public/pw_bluetooth_sapphire/internal/host/att/write_queue.h", 328 "public/pw_bluetooth_sapphire/internal/host/common/advertising_data.h", 329 "public/pw_bluetooth_sapphire/internal/host/common/assert.h", 330 "public/pw_bluetooth_sapphire/internal/host/common/bounded_inspect_list_node.h", 331 "public/pw_bluetooth_sapphire/internal/host/common/byte_buffer.h", 332 "public/pw_bluetooth_sapphire/internal/host/common/device_address.h", 333 "public/pw_bluetooth_sapphire/internal/host/common/device_class.h", 334 "public/pw_bluetooth_sapphire/internal/host/common/error.h", 335 "public/pw_bluetooth_sapphire/internal/host/common/expiring_set.h", 336 "public/pw_bluetooth_sapphire/internal/host/common/fake_inspect.h", 337 "public/pw_bluetooth_sapphire/internal/host/common/host_error.h", 338 "public/pw_bluetooth_sapphire/internal/host/common/identifier.h", 339 "public/pw_bluetooth_sapphire/internal/host/common/inspect.h", 340 "public/pw_bluetooth_sapphire/internal/host/common/inspectable.h", 341 "public/pw_bluetooth_sapphire/internal/host/common/log.h", 342 "public/pw_bluetooth_sapphire/internal/host/common/macros.h", 343 "public/pw_bluetooth_sapphire/internal/host/common/manufacturer_names.h", 344 "public/pw_bluetooth_sapphire/internal/host/common/metrics.h", 345 "public/pw_bluetooth_sapphire/internal/host/common/packet_view.h", 346 "public/pw_bluetooth_sapphire/internal/host/common/pipeline_monitor.h", 347 "public/pw_bluetooth_sapphire/internal/host/common/random.h", 348 "public/pw_bluetooth_sapphire/internal/host/common/retire_log.h", 349 "public/pw_bluetooth_sapphire/internal/host/common/slab_allocator.h", 350 "public/pw_bluetooth_sapphire/internal/host/common/slab_buffer.h", 351 "public/pw_bluetooth_sapphire/internal/host/common/smart_task.h", 352 "public/pw_bluetooth_sapphire/internal/host/common/supplement_data.h", 353 "public/pw_bluetooth_sapphire/internal/host/common/to_string.h", 354 "public/pw_bluetooth_sapphire/internal/host/common/trace.h", 355 "public/pw_bluetooth_sapphire/internal/host/common/uint128.h", 356 "public/pw_bluetooth_sapphire/internal/host/common/uint256.h", 357 "public/pw_bluetooth_sapphire/internal/host/common/uuid.h", 358 "public/pw_bluetooth_sapphire/internal/host/common/weak_self.h", 359 "public/pw_bluetooth_sapphire/internal/host/common/windowed_inspect_numeric_property.h", 360 "public/pw_bluetooth_sapphire/internal/host/gap/adapter.h", 361 "public/pw_bluetooth_sapphire/internal/host/gap/adapter_state.h", 362 "public/pw_bluetooth_sapphire/internal/host/gap/bonding_data.h", 363 "public/pw_bluetooth_sapphire/internal/host/gap/bredr_connection.h", 364 "public/pw_bluetooth_sapphire/internal/host/gap/bredr_connection_manager.h", 365 "public/pw_bluetooth_sapphire/internal/host/gap/bredr_connection_request.h", 366 "public/pw_bluetooth_sapphire/internal/host/gap/bredr_discovery_manager.h", 367 "public/pw_bluetooth_sapphire/internal/host/gap/bredr_interrogator.h", 368 "public/pw_bluetooth_sapphire/internal/host/gap/discovery_filter.h", 369 "public/pw_bluetooth_sapphire/internal/host/gap/event_masks.h", 370 "public/pw_bluetooth_sapphire/internal/host/gap/fake_adapter.h", 371 "public/pw_bluetooth_sapphire/internal/host/gap/fake_pairing_delegate.h", 372 "public/pw_bluetooth_sapphire/internal/host/gap/gap.h", 373 "public/pw_bluetooth_sapphire/internal/host/gap/generic_access_client.h", 374 "public/pw_bluetooth_sapphire/internal/host/gap/identity_resolving_list.h", 375 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_address_manager.h", 376 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_advertising_manager.h", 377 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_connection.h", 378 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_connection_handle.h", 379 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_connection_manager.h", 380 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_connection_request.h", 381 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_connector.h", 382 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_discovery_manager.h", 383 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_interrogator.h", 384 "public/pw_bluetooth_sapphire/internal/host/gap/low_energy_state.h", 385 "public/pw_bluetooth_sapphire/internal/host/gap/pairing_delegate.h", 386 "public/pw_bluetooth_sapphire/internal/host/gap/pairing_state.h", 387 "public/pw_bluetooth_sapphire/internal/host/gap/peer.h", 388 "public/pw_bluetooth_sapphire/internal/host/gap/peer_cache.h", 389 "public/pw_bluetooth_sapphire/internal/host/gap/peer_metrics.h", 390 "public/pw_bluetooth_sapphire/internal/host/gap/types.h", 391 "public/pw_bluetooth_sapphire/internal/host/gatt/client.h", 392 "public/pw_bluetooth_sapphire/internal/host/gatt/connection.h", 393 "public/pw_bluetooth_sapphire/internal/host/gatt/fake_client.h", 394 "public/pw_bluetooth_sapphire/internal/host/gatt/fake_layer.h", 395 "public/pw_bluetooth_sapphire/internal/host/gatt/gatt.h", 396 "public/pw_bluetooth_sapphire/internal/host/gatt/gatt_defs.h", 397 "public/pw_bluetooth_sapphire/internal/host/gatt/generic_attribute_service.h", 398 "public/pw_bluetooth_sapphire/internal/host/gatt/local_service_manager.h", 399 "public/pw_bluetooth_sapphire/internal/host/gatt/mock_server.h", 400 "public/pw_bluetooth_sapphire/internal/host/gatt/persisted_data.h", 401 "public/pw_bluetooth_sapphire/internal/host/gatt/remote_characteristic.h", 402 "public/pw_bluetooth_sapphire/internal/host/gatt/remote_service.h", 403 "public/pw_bluetooth_sapphire/internal/host/gatt/remote_service_manager.h", 404 "public/pw_bluetooth_sapphire/internal/host/gatt/server.h", 405 "public/pw_bluetooth_sapphire/internal/host/gatt/types.h", 406 "public/pw_bluetooth_sapphire/internal/host/hci-spec/constants.h", 407 "public/pw_bluetooth_sapphire/internal/host/hci-spec/defaults.h", 408 "public/pw_bluetooth_sapphire/internal/host/hci-spec/le_connection_parameters.h", 409 "public/pw_bluetooth_sapphire/internal/host/hci-spec/link_key.h", 410 "public/pw_bluetooth_sapphire/internal/host/hci-spec/lmp_feature_set.h", 411 "public/pw_bluetooth_sapphire/internal/host/hci-spec/protocol.h", 412 "public/pw_bluetooth_sapphire/internal/host/hci-spec/util.h", 413 "public/pw_bluetooth_sapphire/internal/host/hci-spec/vendor_protocol.h", 414 "public/pw_bluetooth_sapphire/internal/host/hci/acl_connection.h", 415 "public/pw_bluetooth_sapphire/internal/host/hci/advertising_handle_map.h", 416 "public/pw_bluetooth_sapphire/internal/host/hci/advertising_report_parser.h", 417 "public/pw_bluetooth_sapphire/internal/host/hci/bredr_connection.h", 418 "public/pw_bluetooth_sapphire/internal/host/hci/bredr_connection_request.h", 419 "public/pw_bluetooth_sapphire/internal/host/hci/command_handler.h", 420 "public/pw_bluetooth_sapphire/internal/host/hci/connection.h", 421 "public/pw_bluetooth_sapphire/internal/host/hci/extended_low_energy_advertiser.h", 422 "public/pw_bluetooth_sapphire/internal/host/hci/fake_bredr_connection.h", 423 "public/pw_bluetooth_sapphire/internal/host/hci/fake_local_address_delegate.h", 424 "public/pw_bluetooth_sapphire/internal/host/hci/fake_low_energy_connection.h", 425 "public/pw_bluetooth_sapphire/internal/host/hci/fake_sco_connection.h", 426 "public/pw_bluetooth_sapphire/internal/host/hci/legacy_low_energy_advertiser.h", 427 "public/pw_bluetooth_sapphire/internal/host/hci/legacy_low_energy_scanner.h", 428 "public/pw_bluetooth_sapphire/internal/host/hci/local_address_delegate.h", 429 "public/pw_bluetooth_sapphire/internal/host/hci/low_energy_advertiser.h", 430 "public/pw_bluetooth_sapphire/internal/host/hci/low_energy_connection.h", 431 "public/pw_bluetooth_sapphire/internal/host/hci/low_energy_connector.h", 432 "public/pw_bluetooth_sapphire/internal/host/hci/low_energy_scanner.h", 433 "public/pw_bluetooth_sapphire/internal/host/hci/sco_connection.h", 434 "public/pw_bluetooth_sapphire/internal/host/hci/sequential_command_runner.h", 435 "public/pw_bluetooth_sapphire/internal/host/hci/util.h", 436 "public/pw_bluetooth_sapphire/internal/host/l2cap/a2dp_offload_manager.h", 437 "public/pw_bluetooth_sapphire/internal/host/l2cap/basic_mode_rx_engine.h", 438 "public/pw_bluetooth_sapphire/internal/host/l2cap/basic_mode_tx_engine.h", 439 "public/pw_bluetooth_sapphire/internal/host/l2cap/bredr_command_handler.h", 440 "public/pw_bluetooth_sapphire/internal/host/l2cap/bredr_dynamic_channel.h", 441 "public/pw_bluetooth_sapphire/internal/host/l2cap/bredr_signaling_channel.h", 442 "public/pw_bluetooth_sapphire/internal/host/l2cap/channel.h", 443 "public/pw_bluetooth_sapphire/internal/host/l2cap/channel_configuration.h", 444 "public/pw_bluetooth_sapphire/internal/host/l2cap/channel_manager.h", 445 "public/pw_bluetooth_sapphire/internal/host/l2cap/channel_manager_mock_controller_test_fixture.h", 446 "public/pw_bluetooth_sapphire/internal/host/l2cap/command_handler.h", 447 "public/pw_bluetooth_sapphire/internal/host/l2cap/dynamic_channel.h", 448 "public/pw_bluetooth_sapphire/internal/host/l2cap/dynamic_channel_registry.h", 449 "public/pw_bluetooth_sapphire/internal/host/l2cap/enhanced_retransmission_mode_engines.h", 450 "public/pw_bluetooth_sapphire/internal/host/l2cap/enhanced_retransmission_mode_rx_engine.h", 451 "public/pw_bluetooth_sapphire/internal/host/l2cap/enhanced_retransmission_mode_tx_engine.h", 452 "public/pw_bluetooth_sapphire/internal/host/l2cap/fake_channel.h", 453 "public/pw_bluetooth_sapphire/internal/host/l2cap/fake_channel_test.h", 454 "public/pw_bluetooth_sapphire/internal/host/l2cap/fake_l2cap.h", 455 "public/pw_bluetooth_sapphire/internal/host/l2cap/fake_signaling_channel.h", 456 "public/pw_bluetooth_sapphire/internal/host/l2cap/fcs.h", 457 "public/pw_bluetooth_sapphire/internal/host/l2cap/fragmenter.h", 458 "public/pw_bluetooth_sapphire/internal/host/l2cap/frame_headers.h", 459 "public/pw_bluetooth_sapphire/internal/host/l2cap/l2cap_defs.h", 460 "public/pw_bluetooth_sapphire/internal/host/l2cap/le_signaling_channel.h", 461 "public/pw_bluetooth_sapphire/internal/host/l2cap/logical_link.h", 462 "public/pw_bluetooth_sapphire/internal/host/l2cap/low_energy_command_handler.h", 463 "public/pw_bluetooth_sapphire/internal/host/l2cap/mock_channel_test.h", 464 "public/pw_bluetooth_sapphire/internal/host/l2cap/pdu.h", 465 "public/pw_bluetooth_sapphire/internal/host/l2cap/recombiner.h", 466 "public/pw_bluetooth_sapphire/internal/host/l2cap/rx_engine.h", 467 "public/pw_bluetooth_sapphire/internal/host/l2cap/scoped_channel.h", 468 "public/pw_bluetooth_sapphire/internal/host/l2cap/signaling_channel.h", 469 "public/pw_bluetooth_sapphire/internal/host/l2cap/test_packets.h", 470 "public/pw_bluetooth_sapphire/internal/host/l2cap/tx_engine.h", 471 "public/pw_bluetooth_sapphire/internal/host/l2cap/types.h", 472 "public/pw_bluetooth_sapphire/internal/host/sco/sco.h", 473 "public/pw_bluetooth_sapphire/internal/host/sco/sco_connection.h", 474 "public/pw_bluetooth_sapphire/internal/host/sco/sco_connection_manager.h", 475 "public/pw_bluetooth_sapphire/internal/host/sdp/client.h", 476 "public/pw_bluetooth_sapphire/internal/host/sdp/data_element.h", 477 "public/pw_bluetooth_sapphire/internal/host/sdp/error.h", 478 "public/pw_bluetooth_sapphire/internal/host/sdp/pdu.h", 479 "public/pw_bluetooth_sapphire/internal/host/sdp/sdp.h", 480 "public/pw_bluetooth_sapphire/internal/host/sdp/server.h", 481 "public/pw_bluetooth_sapphire/internal/host/sdp/service_discoverer.h", 482 "public/pw_bluetooth_sapphire/internal/host/sdp/service_record.h", 483 "public/pw_bluetooth_sapphire/internal/host/sm/delegate.h", 484 "public/pw_bluetooth_sapphire/internal/host/sm/ecdh_key.h", 485 "public/pw_bluetooth_sapphire/internal/host/sm/error.h", 486 "public/pw_bluetooth_sapphire/internal/host/sm/fake_phase_listener.h", 487 "public/pw_bluetooth_sapphire/internal/host/sm/packet.h", 488 "public/pw_bluetooth_sapphire/internal/host/sm/pairing_channel.h", 489 "public/pw_bluetooth_sapphire/internal/host/sm/pairing_phase.h", 490 "public/pw_bluetooth_sapphire/internal/host/sm/phase_1.h", 491 "public/pw_bluetooth_sapphire/internal/host/sm/phase_2_legacy.h", 492 "public/pw_bluetooth_sapphire/internal/host/sm/phase_2_secure_connections.h", 493 "public/pw_bluetooth_sapphire/internal/host/sm/phase_3.h", 494 "public/pw_bluetooth_sapphire/internal/host/sm/sc_stage_1.h", 495 "public/pw_bluetooth_sapphire/internal/host/sm/sc_stage_1_just_works_numeric_comparison.h", 496 "public/pw_bluetooth_sapphire/internal/host/sm/sc_stage_1_passkey.h", 497 "public/pw_bluetooth_sapphire/internal/host/sm/security_manager.h", 498 "public/pw_bluetooth_sapphire/internal/host/sm/security_request_phase.h", 499 "public/pw_bluetooth_sapphire/internal/host/sm/smp.h", 500 "public/pw_bluetooth_sapphire/internal/host/sm/test_security_manager.h", 501 "public/pw_bluetooth_sapphire/internal/host/sm/types.h", 502 "public/pw_bluetooth_sapphire/internal/host/sm/util.h", 503 "public/pw_bluetooth_sapphire/internal/host/testing/controller_test.h", 504 "public/pw_bluetooth_sapphire/internal/host/testing/controller_test_double_base.h", 505 "public/pw_bluetooth_sapphire/internal/host/testing/fake_controller.h", 506 "public/pw_bluetooth_sapphire/internal/host/testing/fake_dynamic_channel.h", 507 "public/pw_bluetooth_sapphire/internal/host/testing/fake_gatt_server.h", 508 "public/pw_bluetooth_sapphire/internal/host/testing/fake_l2cap.h", 509 "public/pw_bluetooth_sapphire/internal/host/testing/fake_peer.h", 510 "public/pw_bluetooth_sapphire/internal/host/testing/fake_sdp_server.h", 511 "public/pw_bluetooth_sapphire/internal/host/testing/fake_signaling_server.h", 512 "public/pw_bluetooth_sapphire/internal/host/testing/inspect.h", 513 "public/pw_bluetooth_sapphire/internal/host/testing/inspect_util.h", 514 "public/pw_bluetooth_sapphire/internal/host/testing/mock_controller.h", 515 "public/pw_bluetooth_sapphire/internal/host/testing/parse_args.h", 516 "public/pw_bluetooth_sapphire/internal/host/testing/test_helpers.h", 517 "public/pw_bluetooth_sapphire/internal/host/testing/test_packets.h", 518 "public/pw_bluetooth_sapphire/internal/host/transport/acl_data_channel.h", 519 "public/pw_bluetooth_sapphire/internal/host/transport/acl_data_packet.h", 520 "public/pw_bluetooth_sapphire/internal/host/transport/command_channel.h", 521 "public/pw_bluetooth_sapphire/internal/host/transport/control_packets.h", 522 "public/pw_bluetooth_sapphire/internal/host/transport/data_buffer_info.h", 523 "public/pw_bluetooth_sapphire/internal/host/transport/emboss_control_packets.h", 524 "public/pw_bluetooth_sapphire/internal/host/transport/emboss_packet.h", 525 "public/pw_bluetooth_sapphire/internal/host/transport/error.h", 526 "public/pw_bluetooth_sapphire/internal/host/transport/fake_acl_connection.h", 527 "public/pw_bluetooth_sapphire/internal/host/transport/fake_sco_data_channel.h", 528 "public/pw_bluetooth_sapphire/internal/host/transport/link_type.h", 529 "public/pw_bluetooth_sapphire/internal/host/transport/mock_acl_data_channel.h", 530 "public/pw_bluetooth_sapphire/internal/host/transport/packet.h", 531 "public/pw_bluetooth_sapphire/internal/host/transport/sco_data_channel.h", 532 "public/pw_bluetooth_sapphire/internal/host/transport/sco_data_packet.h", 533 "public/pw_bluetooth_sapphire/internal/host/transport/slab_allocators.h", 534 "public/pw_bluetooth_sapphire/internal/host/transport/transport.h", 535 ], 536) 537