Remove redundant access specifier

This commit is contained in:
J. Nick Koston
2026-08-08 15:59:53 -05:00
committed by J. Nick Koston
parent 7ec366c1ba
commit 98dae49440
@@ -118,7 +118,6 @@ class ESPBTClient : public ESPBTDeviceListener {
/// this client's account (raw consumers use the hub callback).
virtual bool wants_parsed_advertisements() { return true; }
public:
virtual bool gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if,
esp_ble_gattc_cb_param_t *param) = 0;
virtual void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) = 0;