diff options
| author | JF <jf@codingfield.com> | 2020-10-29 15:06:01 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-29 15:06:01 (GMT) |
| commit | 29f8074fcb844cf9668a5bf071e9cffa47299c99 (patch) | |
| tree | 9b410aee92af82099619c56a4d25c9c6b7c99e68 /src/components/ble/NimbleController.h | |
| parent | f90f2254f55086589d1d378d35a54085e2620cb6 (diff) | |
Refactoring of BLE service discovery : it is now implemented into the classes of the services.
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index 9d20caf..8ddec1f 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -11,6 +11,7 @@ #include "MusicService.h" #include "BatteryInformationService.h" #include "ImmediateAlertService.h" +#include "ServiceDiscovery.h" #include <host/ble_gap.h> namespace Pinetime { @@ -71,6 +72,8 @@ namespace Pinetime { .value = {0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE, 0xEF, 0x12, 0x12, 0x30, 0x15, 0x00, 0x00} }; + + ServiceDiscovery serviceDiscovery; }; } } |
