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
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <zephyr/bluetooth/avdtp.h>
|
||||
#include <zephyr/bluetooth/classic/avdtp.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue