8000 multiple services with the same uuid · lebinlv/esp32-snippets@b059dad · GitHub
[go: up one dir, main page]

Skip to content

Commit b059dad

Browse files
committed
multiple services with the same uuid
1 parent eb836aa commit b059dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_utils/BLEServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class BLEServer {
6161
BLEAdvertising* getAdvertising();
6262
void setCallbacks(BLEServerCallbacks* pCallbacks);
6363
void startAdvertising();
64-
uint16_t getGattsIf();
6564

6665

6766
private:
@@ -82,6 +81,7 @@ class BLEServer {
8281

8382
void createApp(uint16_t appId);
8483
uint16_t getConnId();
84+
uint16_t getGattsIf();
8585
void handleGAPEvent(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
8686
void handleGATTServerEvent(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param);
8787
void registerApp();

0 commit comments

Comments
 (0)
0