mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-27 09:17:16 +02:00
Make SimpleBLE work again
Fixes: https://github.com/espressif/arduino-esp32/issues/373
This commit is contained in:
@ -52,10 +52,7 @@ class SimpleBLE {
|
||||
void end(void);
|
||||
|
||||
private:
|
||||
struct ble_gap_adv_params_s * _ble_adv_param;
|
||||
String local_name;
|
||||
void _ble_send_adv_param(void);
|
||||
void _ble_send_adv_data(void);
|
||||
private:
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user