8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb836aa commit b059dadCopy full SHA for b059dad
cpp_utils/BLEServer.h
@@ -61,7 +61,6 @@ class BLEServer {
61
BLEAdvertising* getAdvertising();
62
void setCallbacks(BLEServerCallbacks* pCallbacks);
63
void startAdvertising();
64
- uint16_t getGattsIf();
65
66
67
private:
@@ -82,6 +81,7 @@ class BLEServer {
82
81
83
void createApp(uint16_t appId);
84
uint16_t getConnId();
+ uint16_t getGattsIf();
85
void handleGAPEvent(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
86
void handleGATTServerEvent(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param);
87
void registerApp();
0 commit comments