btstack_memory.h (1f45d60344bc128651e766da8776969e18bd5de7) btstack_memory.h (77ba3d3f9fd2c90e975cda31e3c706784e95d43a)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 61 unchanged lines hidden (view full) ---

70
71// BLE
72#ifdef ENABLE_BLE
73#include "ble/gatt_client.h"
74#include "ble/sm.h"
75#endif
76
77#ifdef ENABLE_MESH
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 61 unchanged lines hidden (view full) ---

70
71// BLE
72#ifdef ENABLE_BLE
73#include "ble/gatt_client.h"
74#include "ble/sm.h"
75#endif
76
77#ifdef ENABLE_MESH
78#include "ble/mesh/mesh_network.h"
78#include "mesh/mesh_network.h"
79#include "mesh_keys.h"
80#include "mesh_virtual_addresses.h"
81#endif
82
83/* API_START */
84
85/**
86 * @brief Initializes BTstack memory pools.

--- 88 unchanged lines hidden ---
79#include "mesh_keys.h"
80#include "mesh_virtual_addresses.h"
81#endif
82
83/* API_START */
84
85/**
86 * @brief Initializes BTstack memory pools.

--- 88 unchanged lines hidden ---