esphome/esphome/components/esp32_ble_client
Clyde Stubbs 5ebb68f4ff
Ble client additions and fixes (#5277)
* Add config to disable auto-connect of BLE client.
Correct initialise MAC address of BLE client.

* Checkpont

* Fixes for automation progress.

* Fixes for automation progress.

* Checkpoint;
fix notify for ble_client

* Fix BLE client binary_output

* Various fixes

* Consider notifications on when receiving REG_FOR event.

* Add testing branch to workflow

* Add workflow

* CI changes

* CI changes

* CI clang

* CI changes

* CI changes

* Add comment about logging macros

* Add test, sanitise comment

* Revert testing change to ci config

* Update codeowners

* Revert ci config change

* Fix some state changes

* Add default case.

* Minor fixes

* Add auto-connect to logconfig
2023-12-29 01:35:44 -06:00
..
__init__.py Bluetooth Proxy active connections (#3817) 2022-10-04 10:45:06 +13:00
ble_characteristic.cpp Fix descriptors not being deleted (#4104) 2022-11-29 07:49:41 +13:00
ble_characteristic.h Fix descriptors not being deleted (#4104) 2022-11-29 07:49:41 +13:00
ble_client_base.cpp Ble client additions and fixes (#5277) 2023-12-29 01:35:44 -06:00
ble_client_base.h Ble client additions and fixes (#5277) 2023-12-29 01:35:44 -06:00
ble_descriptor.h Bluetooth Proxy active connections (#3817) 2022-10-04 10:45:06 +13:00
ble_service.cpp Fix descriptors not being deleted (#4104) 2022-11-29 07:49:41 +13:00
ble_service.h Fix descriptors not being deleted (#4104) 2022-11-29 07:49:41 +13:00