8000 Merge pull request #517 from FedericoBusero/patch-1 · breadchris/esp32-snippets@832a436 · GitHub
[go: up one dir, main page]

Skip to content

Commit 832a436

Browse files
authored
Merge pull request nkolban#517 from FedericoBusero/patch-1
BLE_UART example: Add Service UUID advertising (iOS support)
2 parents ac94c59 + 631b53c commit 832a436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_utils/tests/BLETests/Arduino/BLE_uart/BLE_uart.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ void setup() {
9797
pService->start();
9898

9999
// Start advertising
100+
pServer->getAdvertising()->addServiceUUID(pService->getUUID());
100101
pServer->getAdvertising()->start();
101102
Serial.println("Waiting a client connection to notify...");
102103
}

0 commit comments

Comments
 (0)
0