File tree
Expand file treeCollapse file tree5 files changed
+4
-6
lines changed Expand file treeCollapse file tree5 files changed
+4
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
|
34 | 34 | ***************************************************************************/
|
35 | 35 |
|
36 | 36 | #if defined(CONFIG_NIMBLE_ENABLED)
|
37 |
| -#include "host/ble_att.h" |
| 37 | +#include <host/ble_att.h> |
38 | 38 | #define ESP_GATT_MAX_ATTR_LEN BLE_ATT_ATTR_MAX_LEN
|
39 | 39 | #endif
|
40 | 40 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
26 | 26 | #include <esp_err.h>
|
27 | 27 | #include "esp32-hal-log.h"
|
28 | 28 |
|
29 |
| -#pragma GCC diagnostic warning "-Wunused-but-set-parameter" |
30 |
| - |
31 | 29 | /***************************************************************************
|
32 | 30 | * Common functions *
|
33 | 31 | ***************************************************************************/
|
|
Original file line number | Diff line number | Diff line change |
---|
|
40 | 40 | ***************************************************************************/
|
41 | 41 |
|
42 | 42 | #if defined(CONFIG_NIMBLE_ENABLED)
|
43 |
| -#include "host/ble_gap.h" |
| 43 | +#include <host/ble_gap.h> |
44 | 44 | #endif
|
45 | 45 |
|
46 | 46 | /***************************************************************************
|
|
Original file line number | Diff line number | Diff line change |
---|
|
40 | 40 | *****************************************************************************/
|
41 | 41 |
|
42 | 42 | #if defined(CONFIG_NIMBLE_ENABLED)
|
43 |
| -#include "host/ble_gatt.h" |
| 43 | +#include <host/ble_gatt.h> |
44 | 44 | #endif
|
45 | 45 |
|
46 | 46 | /*****************************************************************************
|
|
Original file line number | Diff line number | Diff line change |
---|
|
43 | 43 | *****************************************************************************/
|
44 | 44 |
|
45 | 45 | #if defined(CONFIG_NIMBLE_ENABLED)
|
46 |
| -#include "host/ble_uuid.h" |
| 46 | +#include <host/ble_uuid.h> |
47 | 47 | #define BLE_UUID_16_BITS BLE_UUID_TYPE_16
|
48 | 48 | #define BLE_UUID_32_BITS BLE_UUID_TYPE_32
|
49 | 49 | #define BLE_UUID_128_BITS BLE_UUID_TYPE_128
|
|
You can’t perform that action at this time.
0 commit comments