File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class AdvertisingDataSimpleBuilder {
68
68
/* *
69
69
* Construct a AdvertisingDataSimpleBuilder
70
70
*/
71
- AdvertisingDataSimpleBuilder () : _builder( _buffer), _buffer( )
71
+ AdvertisingDataSimpleBuilder () : _buffer( ), _builder(_buffer )
72
72
{
73
73
}
74
74
Original file line number Diff line number Diff line change @@ -991,8 +991,6 @@ uint8_t GattServer::atts_write_cb(
991
991
attsAttr_t *pAttr
992
992
)
993
993
{
994
- uint8_t err;
995
-
996
994
GattCharacteristic* auth_char = getInstance ().get_auth_char (handle);
997
995
if (auth_char && auth_char->isWriteAuthorizationEnabled ()) {
998
996
GattWriteAuthCallbackParams write_auth_params = {
Original file line number Diff line number Diff line change 37
37
#include " ble/gap/Events.h"
38
38
39
39
#include " source/pal/PalGap.h"
40
- #include " source/pal/GapEvents.h"
41
- #include " source/pal/GapTypes.h"
42
- #include " source/pal/PalEventQueue.h"
43
40
#include " source/pal/PalConnectionMonitor.h"
44
- #include " source/pal/PalEventQueue.h"
45
41
46
42
#include " ble/Gap.h"
47
43
@@ -53,6 +49,8 @@ class PalSecurityManager;
53
49
54
50
class PalGap ;
55
51
52
+ class PalEventQueue ;
53
+
56
54
namespace impl {
57
55
58
56
class BLEInstanceBase ;
You can’t perform that action at this time.
0 commit comments