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:
parent
89fbdeef9a
commit
2f9ff6f11b
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* att.h - Attribute protocol handling */
|
||||
/* att_internal.h - Attribute protocol handling */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015 Intel Corporation
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue