Skip to content

Commit

Permalink
Change "nrf_ble.h" to "ble.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
jixing.zou committed Jul 25, 2016
1 parent e1596aa commit 60d6139
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern "C" {
#include "common/common.h"

#include "ble_srv_common.h"
#include "nrf_ble.h"
#include "ble.h"

error_t btle_init(void);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define _CUSTOM_HELPER_H_

#include "common/common.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble/UUID.h"
#include "ble/GattCharacteristic.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define YOTTA_CFG_IRK_TABLE_MAX_SIZE BLE_GAP_WHITELIST_IRK_MAX_COUNT
#endif
#include "ble/blecommon.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble/GapAdvertisingParams.h"
#include "ble/GapAdvertisingData.h"
#include "ble/Gap.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stddef.h>

#include "ble/blecommon.h"
#include "nrf_ble.h" /* nordic ble */
#include "ble.h" /* nordic ble */
#include "ble/Gap.h"
#include "ble/GattServer.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "ble/DiscoveredService.h"
#include "nRF5xDiscoveredCharacteristic.h"

#include "nrf_ble.h"
#include "ble.h"
#include "ble_gattc.h"

class nRF5xGattClient; /* forward declaration */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <stdint.h>
#include "ble_gatts.h"
#include "ble_gap.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble_srv_common.h"

#define BLE_DFU_SERVICE_UUID 0x1530 /**< The UUID of the DFU Service. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "nrf_ble.h"
#include "ble.h"
#include "app_util.h"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define BLE_CONN_PARAMS_H__

#include <stdint.h>
#include "nrf_ble.h"
#include "ble.h"
#include "ble_srv_common.h"

/**@brief Connection Parameters Module event type. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include "nrf_ble.h"
#include "ble.h"
#include "sdk_mapped_flags.h"
#include "app_error.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

#include <stdbool.h>
#include <stdint.h>
#include "nrf_ble.h"
#include "ble.h"
#include "sdk_mapped_flags.h"

/**@brief Connection handle statuses.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define BLE_GATT_DB_H__

#include "stdint.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble_gattc.h"

#define BLE_GATT_DB_MAX_CHARS 4 /**< The maximum number of characteristics present in a service record. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <string.h>
#include "nordic_common.h"
#include "app_error.h"
#include "nrf_ble.h"
#include "ble.h"

uint8_t ble_srv_report_ref_encode(uint8_t * p_encoded_buffer,
const ble_srv_report_ref_t * p_report_ref)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <stdbool.h>
#include "ble_types.h"
#include "app_util.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble_gap.h"
#include "ble_gatt.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "sdk_common.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble_gap.h"
#include "device_manager_cnfg.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include "stdint.h"
#include "sdk_errors.h"
#include "nrf_ble.h"
#include "ble.h"
#include "ble_gap.h"
#include "peer_manager_types.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#ifdef BLE_STACK_SUPPORT_REQD

#include <stdlib.h>
#include "nrf_ble.h"
#include "ble.h"
#include "nrf_sdm.h"
#include "app_error.h"
#include "app_util.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#elif defined(ANT_STACK_SUPPORT_REQD)
#include "ant_interface.h"
#elif defined(BLE_STACK_SUPPORT_REQD)
#include "nrf_ble.h"
#include "ble.h"
#endif

#ifdef NRF51
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#include "softdevice_handler.h"
#include "softdevice_handler_appsh.h"

#include "nrf_ble.h"
#include "ble.h"
#include "ble_err.h"
#include "ble_gap.h"
#include "ble_gatt.h"
Expand Down

0 comments on commit 60d6139

Please sign in to comment.