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:
parent
081024b7fa
commit
83bfa4c91b
18 changed files with 19 additions and 19 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue