Bluetooth: nble: Refactor header include logic
Change-Id: I4f4475360c317ba69584b34b33a1dd0f27edb022 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
702b151e47
commit
acc88b8a71
5 changed files with 6 additions and 8 deletions
|
@ -24,8 +24,6 @@
|
||||||
#include <bluetooth/conn.h>
|
#include <bluetooth/conn.h>
|
||||||
#include <bluetooth/log.h>
|
#include <bluetooth/log.h>
|
||||||
|
|
||||||
#include <net/buf.h>
|
|
||||||
|
|
||||||
#include "gap_internal.h"
|
#include "gap_internal.h"
|
||||||
#include "uart.h"
|
#include "uart.h"
|
||||||
#include "rpc.h"
|
#include "rpc.h"
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
|
|
||||||
#include "rpc.h"
|
#include "rpc.h"
|
||||||
|
|
||||||
|
#include "gap_internal.h"
|
||||||
|
#include "gatt_internal.h"
|
||||||
|
|
||||||
#include "rpc_functions_to_quark.h"
|
#include "rpc_functions_to_quark.h"
|
||||||
|
|
||||||
/* Build the list of prototypes and check that list are made only of matching
|
/* Build the list of prototypes and check that list are made only of matching
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gap_internal.h"
|
|
||||||
#include "gatt_internal.h"
|
|
||||||
|
|
||||||
/* declare the list of functions sorted by signature */
|
/* declare the list of functions sorted by signature */
|
||||||
#define LIST_FN_SIG_NONE
|
#define LIST_FN_SIG_NONE
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gap_internal.h"
|
|
||||||
#include "gatt_internal.h"
|
|
||||||
|
|
||||||
/* declare the list of functions sorted by signature */
|
/* declare the list of functions sorted by signature */
|
||||||
#define LIST_FN_SIG_NONE \
|
#define LIST_FN_SIG_NONE \
|
||||||
FN_SIG_NONE(on_nble_up)
|
FN_SIG_NONE(on_nble_up)
|
||||||
|
|
|
@ -18,6 +18,9 @@
|
||||||
|
|
||||||
#include "rpc.h"
|
#include "rpc.h"
|
||||||
|
|
||||||
|
#include "gap_internal.h"
|
||||||
|
#include "gatt_internal.h"
|
||||||
|
|
||||||
#include "rpc_functions_to_ble_core.h"
|
#include "rpc_functions_to_ble_core.h"
|
||||||
|
|
||||||
/* Build the functions exposed */
|
/* Build the functions exposed */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue