1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 00:05:43 +00:00

Ble client fixes (#1739)

Co-authored-by: Ben Buxton <bb@cactii.net>
This commit is contained in:
buxtronix
2021-05-04 06:51:03 +10:00
committed by GitHub
parent 07b3327102
commit dd4fb85170
3 changed files with 29 additions and 17 deletions

View File

@@ -12,11 +12,11 @@
#include <esp_gattc_api.h>
#include <esp_bt_defs.h>
namespace espbt = esphome::esp32_ble_tracker;
namespace esphome {
namespace ble_client {
namespace espbt = esphome::esp32_ble_tracker;
class BLEClient;
class BLEService;
class BLECharacteristic;