File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 28
28
#include < stdint.h>
29
29
#include < string.h>
30
30
31
- #include < ble/BleError.h>
32
31
#include < lib/core/ErrorStr.h>
33
32
33
+ #define _CHIP_BLE_BLE_H
34
+ #include < ble/BleError.h>
35
+
34
36
#include < gtest/gtest.h>
35
37
36
38
using namespace chip ;
Original file line number Diff line number Diff line change 24
24
*
25
25
*/
26
26
27
+ #define _CHIP_BLE_BLE_H
27
28
#include < ble/BleUUID.h>
28
29
29
30
#include < gtest/gtest.h>
Original file line number Diff line number Diff line change 20
20
#include < cstdint>
21
21
#include < numeric>
22
22
23
- #include < ble/BleLayer.h>
24
- #include < ble/BtpEngine.h>
25
23
#include < lib/support/CHIPMem.h>
26
24
#include < lib/support/logging/CHIPLogging.h>
27
25
26
+ #define _CHIP_BLE_BLE_H
27
+ #include < ble/BleLayer.h>
28
+ #include < ble/BtpEngine.h>
29
+
28
30
#include < gtest/gtest.h>
29
31
30
32
using namespace chip ;
You can’t perform that action at this time.
0 commit comments