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 {
6868 /* *
6969 * Construct a AdvertisingDataSimpleBuilder
7070 */
71- AdvertisingDataSimpleBuilder () : _builder( _buffer), _buffer( )
71+ AdvertisingDataSimpleBuilder () : _buffer( ), _builder(_buffer )
7272 {
7373 }
7474
Original file line number Diff line number Diff line change @@ -991,8 +991,6 @@ uint8_t GattServer::atts_write_cb(
991991 attsAttr_t *pAttr
992992)
993993{
994- uint8_t err;
995-
996994 GattCharacteristic* auth_char = getInstance ().get_auth_char (handle);
997995 if (auth_char && auth_char->isWriteAuthorizationEnabled ()) {
998996 GattWriteAuthCallbackParams write_auth_params = {
Original file line number Diff line number Diff line change 3737#include " ble/gap/Events.h"
3838
3939#include " source/pal/PalGap.h"
40- #include " source/pal/GapEvents.h"
41- #include " source/pal/GapTypes.h"
42- #include " source/pal/PalEventQueue.h"
4340#include " source/pal/PalConnectionMonitor.h"
44- #include " source/pal/PalEventQueue.h"
4541
4642#include " ble/Gap.h"
4743
@@ -53,6 +49,8 @@ class PalSecurityManager;
5349
5450class PalGap ;
5551
52+ class PalEventQueue ;
53+
5654namespace impl {
5755
5856class BLEInstanceBase ;
You can’t perform that action at this time.
0 commit comments