mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 09:12:19 +01:00
service uuid based ble tracking (#800)
* service uuid based ble tracking * code review fixes * fix import, format * fix indentation * reformat
This commit is contained in:
@@ -25,6 +25,8 @@ class ESPBTUUID {
|
||||
|
||||
bool contains(uint8_t data1, uint8_t data2) const;
|
||||
|
||||
esp_bt_uuid_t get_uuid();
|
||||
|
||||
std::string to_string();
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user