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

@ -12,7 +12,7 @@
#include <stdint.h>
#include <zephyr/bluetooth/avdtp.h>
#include <zephyr/bluetooth/classic/avdtp.h>
#ifdef __cplusplus
extern "C" {

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)
{

View file

@ -18,8 +18,8 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/avdtp.h>
#include <zephyr/bluetooth/a2dp.h>
#include <zephyr/bluetooth/classic/avdtp.h>
#include <zephyr/bluetooth/classic/a2dp.h>
#include "common/assert.h"

View file

@ -16,7 +16,7 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/avdtp.h>
#include <zephyr/bluetooth/classic/avdtp.h>
#include "host/hci_core.h"
#include "host/conn_internal.h"

View file

@ -6,7 +6,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/bluetooth/avdtp.h>
#include <zephyr/bluetooth/classic/avdtp.h>
/* @brief A2DP ROLE's */
#define A2DP_SRC_ROLE 0x00

View file

@ -16,8 +16,8 @@
#include "common/assert.h"
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/hfp_hf.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include <zephyr/bluetooth/classic/hfp_hf.h>
#include "host/hci_core.h"
#include "host/conn_internal.h"

View file

@ -20,7 +20,7 @@
#include <zephyr/drivers/bluetooth/hci_driver.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include "host/hci_core.h"
#include "host/conn_internal.h"

View file

@ -8,7 +8,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
typedef enum {
BT_RFCOMM_CFC_UNKNOWN,

View file

@ -14,7 +14,7 @@
#include <zephyr/sys/__assert.h>
#include <zephyr/bluetooth/buf.h>
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/classic/sdp.h>
#include "common/bt_str.h"
#include "common/assert.h"

View file

@ -24,8 +24,8 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include <zephyr/bluetooth/classic/sdp.h>
#include <zephyr/shell/shell.h>

View file

@ -29,8 +29,8 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include <zephyr/bluetooth/classic/sdp.h>
#include <zephyr/bluetooth/iso.h>
#include <zephyr/shell/shell.h>

View file

@ -24,8 +24,8 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include <zephyr/bluetooth/classic/sdp.h>
#include <zephyr/shell/shell.h>

View file

@ -24,8 +24,8 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/l2cap.h>
#include <zephyr/bluetooth/rfcomm.h>
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/classic/rfcomm.h>
#include <zephyr/bluetooth/classic/sdp.h>
#include <zephyr/shell/shell.h>