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 48072ee commit 6710517Copy full SHA for 6710517
libraries/BluetoothSerial/src/BluetoothSerial.h
@@ -57,7 +57,7 @@ class BluetoothSerial: public Stream
57
void memrelease();
58
void setTimeout(int timeoutMS);
59
void onData(BluetoothSerialDataCb cb);
60
- esp_err_t register_callback(esp_spp_cb_t * callback);
+ esp_err_t register_callback(esp_spp_cb_t callback);
61
62
#ifdef CONFIG_BT_SSP_ENABLED
63
void onConfirmRequest(ConfirmRequestCb cb);
0 commit comments