diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-07-04 13:28:17 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-08-18 12:00:13 +0200 |
| commit | 4fddf931147537b79bfaf0c8d6878958a6fc9965 (patch) | |
| tree | 1cf0796fb2af04c5abe15ee850b513c4c04dcb00 /src/components/ble/NimbleController.h | |
| parent | 83922fb3de7e0aeaaa0a4de8904d26701b67abbd (diff) | |
Advertise HR service
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index 29a395ea..597ef0cc 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -112,10 +112,6 @@ namespace Pinetime { uint16_t connectionHandle = BLE_HS_CONN_HANDLE_NONE; uint8_t fastAdvCount = 0; uint8_t bondId[16] = {0}; - - ble_uuid128_t dfuServiceUuid { - .u {.type = BLE_UUID_TYPE_128}, - .value = {0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE, 0xEF, 0x12, 0x12, 0x30, 0x15, 0x00, 0x00}}; }; static NimbleController* nptr; |
