Bluetooth: Rename conn.h to conn_internal.h
We'll have a public conn.h header file soon, so to avoid confusion rename the existing conn.h to conn_internal.h. Change-Id: I5e5c89ec184a0a2de63e244b034c55a3d97af9dc Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
15980aa2b8
commit
651e9a4b2e
7 changed files with 9 additions and 7 deletions
|
@ -45,7 +45,7 @@
|
||||||
#include <bluetooth/gatt.h>
|
#include <bluetooth/gatt.h>
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
#include "att.h"
|
#include "att.h"
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include <bluetooth/bluetooth.h>
|
#include <bluetooth/bluetooth.h>
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
|
|
||||||
#if !defined(CONFIG_BLUETOOTH_DEBUG_CONN)
|
#if !defined(CONFIG_BLUETOOTH_DEBUG_CONN)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
/* conn.h - Bluetooth connection handling */
|
/*! @file
|
||||||
|
* @brief Internal APIs for Bluetooth connection handling.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015 Intel Corporation
|
* Copyright (c) 2015 Intel Corporation
|
|
@ -44,7 +44,7 @@
|
||||||
#include <bluetooth/gatt.h>
|
#include <bluetooth/gatt.h>
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
#include "att.h"
|
#include "att.h"
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
|
|
||||||
#if !defined(CONFIG_BLUETOOTH_DEBUG_HCI_CORE)
|
#if !defined(CONFIG_BLUETOOTH_DEBUG_HCI_CORE)
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include <bluetooth/bluetooth.h>
|
#include <bluetooth/bluetooth.h>
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
#include "att.h"
|
#include "att.h"
|
||||||
#include "smp.h"
|
#include "smp.h"
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
#include "hci_core.h"
|
#include "hci_core.h"
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
#include "conn.h"
|
#include "conn_internal.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
#include "smp.h"
|
#include "smp.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue