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:
Johan Hedberg 2015-06-15 11:05:35 +03:00 committed by Anas Nashif
commit 651e9a4b2e
7 changed files with 9 additions and 7 deletions

View file

@ -45,7 +45,7 @@
#include <bluetooth/gatt.h>
#include "hci_core.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#include "att.h"

View file

@ -43,7 +43,7 @@
#include <bluetooth/bluetooth.h>
#include "hci_core.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#if !defined(CONFIG_BLUETOOTH_DEBUG_CONN)

View file

@ -1,4 +1,6 @@
/* conn.h - Bluetooth connection handling */
/*! @file
* @brief Internal APIs for Bluetooth connection handling.
*/
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -44,7 +44,7 @@
#include <bluetooth/gatt.h>
#include "hci_core.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#include "att.h"

View file

@ -45,7 +45,7 @@
#include "hci_core.h"
#include "keys.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#if !defined(CONFIG_BLUETOOTH_DEBUG_HCI_CORE)

View file

@ -41,7 +41,7 @@
#include <bluetooth/bluetooth.h>
#include "hci_core.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#include "att.h"
#include "smp.h"

View file

@ -45,7 +45,7 @@
#include "hci_core.h"
#include "keys.h"
#include "conn.h"
#include "conn_internal.h"
#include "l2cap.h"
#include "smp.h"