Bluetooth: Rename att.h to att_internal.h

In preparation of creating a public att.h rename the existing internal
header appropriately.

Change-Id: I8588712bc5aa57d391c5ce0886c99692e5a2823e
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-02-17 11:18:10 +02:00
commit 2f9ff6f11b
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
#include "conn_internal.h"
#include "l2cap_internal.h"
#include "smp.h"
#include "att.h"
#include "att_internal.h"
#include "gatt_internal.h"
#if !defined(CONFIG_BLUETOOTH_DEBUG_ATT)

View file

@ -1,4 +1,4 @@
/* att.h - Attribute protocol handling */
/* att_internal.h - Attribute protocol handling */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -37,7 +37,7 @@
#include "l2cap_internal.h"
#include "keys.h"
#include "smp.h"
#include "att.h"
#include "att_internal.h"
#if !defined(CONFIG_BLUETOOTH_DEBUG_CONN)
#undef BT_DBG

View file

@ -36,7 +36,7 @@
#include "conn_internal.h"
#include "keys.h"
#include "l2cap_internal.h"
#include "att.h"
#include "att_internal.h"
#include "smp.h"
#include "gatt_internal.h"