diff options
| author | JF <jf@codingfield.com> | 2020-05-01 19:58:31 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-05-01 19:58:31 (GMT) |
| commit | 87c6556ad049077ab14398637031ea029b321baf (patch) | |
| tree | 55fbc74c2ea30425a5def6deab44433581445958 /src/Components/Ble/AlertNotificationClient.h | |
| parent | 56b527925ce64bc0a9ef4b0ca51a1648b6400e04 (diff) | |
Defer the discovery of services using the system task.
Diffstat (limited to 'src/Components/Ble/AlertNotificationClient.h')
| -rw-r--r-- | src/Components/Ble/AlertNotificationClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Components/Ble/AlertNotificationClient.h b/src/Components/Ble/AlertNotificationClient.h index 7a085b7..ca4f4e9 100644 --- a/src/Components/Ble/AlertNotificationClient.h +++ b/src/Components/Ble/AlertNotificationClient.h @@ -16,7 +16,6 @@ namespace Pinetime { public: explicit AlertNotificationClient(Pinetime::System::SystemTask &systemTask, Pinetime::Controllers::NotificationManager ¬ificationManager); - void Init(); bool OnDiscoveryEvent(uint16_t connectionHandle, const ble_gatt_error *error, const ble_gatt_svc *service); int OnCharacteristicsDiscoveryEvent(uint16_t connectionHandle, const ble_gatt_error *error, |
