Skip to content

Commit

Permalink
set_rssi_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 10, 2024
1 parent 95ac918 commit 31063cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BluetoothA2DPSink.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class BluetoothA2DPSink : public BluetoothA2DPCommon {
}

/// Defines the callback that is called when we get an new rssi value
void set_rssi_calldoxback(
void set_rssi_callback(
void (*callback)(esp_bt_gap_cb_param_t::read_rssi_delta_param &rssi)) {
rssi_callbak = callback;
}
Expand Down

0 comments on commit 31063cf

Please sign in to comment.