Search found 1 match
- Thu Sep 05, 2024 8:05 am
- Forum: ESP-IDF
- Topic: esp32-s3 ble client
- Replies: 0
- Views: 747
esp32-s3 ble client
urgent help!! In this case, the monitor says "open success" but the conn_id value is 0. That's why it can't perform service discovery. I mean, I can't understand whether it's connecting or not. case ESP_GATTC_OPEN_EVT: if (param->open.status != ESP_GATT_OK) { ESP_LOGE(GATTC_TAG, "open failed, error ...