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 630f1b5 commit 9c796bbCopy full SHA for 9c796bb
cpp_utils/BLEClient.cpp
@@ -110,6 +110,7 @@ bool BLEClient::connect(BLEAddress address) {
110
errRc = ::esp_ble_gattc_open(
111
getGattcIf(),
112
*getPeerAddress().getNative(), // address
113
+ BLE_ADDR_TYPE_PUBLIC, // Note: This was added on 2018-04-03 when the latest ESP-IDF was detected to have changed the signature.
114
1 // direct connection
115
);
116
if (errRc != ESP_OK) {
0 commit comments