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 d4425a1 commit 68bb79fCopy full SHA for 68bb79f
libraries/Bluefruit52Lib/src/BLECentral.cpp
@@ -41,7 +41,7 @@
41
*/
42
BLECentral::BLECentral(void)
43
{
44
- _conn_hdl = 0;
+ _conn_hdl = BLE_CONN_HANDLE_INVALID;
45
46
_scan_cb = NULL;
47
_scan_param = (ble_gap_scan_params_t) {
0 commit comments