forked from espressif/arduino-esp32
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