Bluetooth: Host: Move BR headers to subfolder classic

Move BR/EDR header files from "include/zephyr/
bluetooth" to subfolder "include/zephyr/bluetooth/
classic".

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
This commit is contained in:
Lyle Zhu 2024-03-01 15:53:45 +08:00 committed by Johan Hedberg
commit 83bfa4c91b
18 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/hfp_hf.h>
#include <zephyr/bluetooth/classic/hfp_hf.h>
static void connected(struct bt_conn *conn)
{