mirror of
https://github.com/esphome/esphome.git
synced 2026-08-26 16:10:29 +00:00
Remove redundant access specifier
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user