File tree Expand file tree Collapse file tree 4 files changed +34
-882
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO Expand file tree Collapse file tree 4 files changed +34
-882
lines changed Original file line number Diff line number Diff line change 22
22
#include " ble/BLEInstanceBase.h"
23
23
24
24
#include " CordioHCIDriver.h"
25
- #include " CordioGap.h"
26
25
#include " CordioGattServer.h"
27
26
#include " CordioSecurityManager.h"
28
27
#include " CordioPalAttClient.h"
29
28
#include " ble/pal/AttClientToGattClientAdapter.h"
30
29
#include " ble/generic/GenericGattClient.h"
30
+ #include " CordioPalGap.h"
31
+ #include " CordioPalGenericAccessService.h"
32
+ #include " ble/generic/GenericGap.h"
33
+ #include " ble/pal/SimpleEventQueue.h"
31
34
32
35
namespace ble {
33
36
namespace vendor {
@@ -81,12 +84,12 @@ class BLE : public ::BLEInstanceBase {
81
84
/* *
82
85
* @see BLEInstanceBase::getGap
83
86
*/
84
- virtual Gap& getGap ();
87
+ virtual :: Gap& getGap ();
85
88
86
89
/* *
87
90
* @see BLEInstanceBase::getGap
88
91
*/
89
- virtual const Gap& getGap () const ;
92
+ virtual const :: Gap& getGap () const ;
90
93
91
94
/* *
92
95
* @see BLEInstanceBase::getGattServer
@@ -143,6 +146,7 @@ class BLE : public ::BLEInstanceBase {
143
146
} initialization_status;
144
147
145
148
::BLE::InstanceID_t instanceID;
149
+ mutable pal::SimpleEventQueue _event_queue;
146
150
};
147
151
148
152
} // namespace cordio
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments