Revert^2 Move TestHciLayer into a separate file
Previously we were copy/pasting it everywhere. Not only was this huge code duplication, it also violated ODR since we were not always correctly namespacing it. This CL wraps all its copies inside an anonymous namespace, and also exposes it in bluetooth::hci in a separate file. Re-landing due to build failure on previous attempt, since presubmits passed but then a conflicting change was submitted later. Test: all existing Bug: 247839849 Bug: 245578454 Merged-In: I42aa96a6415a509e85500cfab445f2497b2ca436 Change-Id: I42aa96a6415a509e85500cfab445f2497b2ca436 (cherry picked from commit 4514897e)
Loading
Please register or sign in to comment