commit | 91effbebe64f1d0ff0cf081d11a89ec41485779d | [log] [tgz] |
---|---|---|
author | Jonathon Reinhart <jrreinhart@google.com> | Mon Jan 27 18:31:50 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 18:31:50 2025 -0800 |
tree | 4103d873b3499f4c14164441d6e384c226601137 | |
parent | ebdd50080336407ff37c329e4d6e77ba4bc5b572 [diff] |
pw_bluetooth_proxy: Make AclConnection neither movable nor copyable This existing move-assignment operator doesn't work anyway, because at least one of its members (L2capLeUSignalingChannel) is not movable. Change-Id: Ic2df51f9ecfc8219c5aab42307e7f0e981b624da Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259715 Commit-Queue: Jonathon Reinhart <jrreinhart@google.com> Reviewed-by: Ali Saeed <saeedali@google.com> Docs-Not-Needed: Jonathon Reinhart <jrreinhart@google.com> Reviewed-by: David Rees <drees@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.