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 6a9c83f commit 32729aeCopy full SHA for 32729ae
cpp_utils/BLEService.cpp
@@ -72,6 +72,7 @@ void BLEService::executeCreate(BLEServer *pServer) {
72
m_semaphoreCreateEvt.take("executeCreate"); // Take the mutex and release at event ESP_GATTS_CREATE_EVT
73
74
esp_gatt_srvc_id_t srvc_id;
75
+ srvc_id.is_primary = true;
76
srvc_id.id.inst_id = 0;
77
srvc_id.id.uuid = *m_uuid.getNative();
78
esp_err_t errRc = ::esp_ble_gatts_create_service(
0 commit comments