aboutsummaryrefslogtreecommitdiff
path: root/pw_bluetooth/emboss_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_bluetooth/emboss_test.cc')
-rw-r--r--pw_bluetooth/emboss_test.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/pw_bluetooth/emboss_test.cc b/pw_bluetooth/emboss_test.cc
index 9db81fb45..ba7706c6e 100644
--- a/pw_bluetooth/emboss_test.cc
+++ b/pw_bluetooth/emboss_test.cc
@@ -12,8 +12,10 @@
// License for the specific language governing permissions and limitations under
// the License.
#include "gtest/gtest.h"
-#include "pw_bluetooth/hci.emb.h"
-#include "pw_bluetooth/vendor.emb.h"
+#include "pw_bluetooth/hci_commands.emb.h"
+#include "pw_bluetooth/hci_events.emb.h"
+#include "pw_bluetooth/hci_test.emb.h"
+#include "pw_bluetooth/hci_vendor.emb.h"
namespace pw::bluetooth {
namespace {