fix(nimble): Support for concatenation of same type UUID during adv data parsing

This commit is contained in:
Astha Verma
2025-10-14 17:53:14 +05:30
committed by Rahul Tank
parent 2a08c85677
commit 6c65408072
3 changed files with 16 additions and 0 deletions

View File

@@ -957,6 +957,7 @@ esp_hidh_dev_t *esp_ble_hidh_dev_open(uint8_t *bda, uint8_t address_type)
dev->report_write = esp_ble_hidh_dev_report_write;
dev->report_read = esp_ble_hidh_dev_report_read;
dev->dump = esp_ble_hidh_dev_dump;
dev->connected = true;
/* perform service discovery and fill the report maps */
read_device_services(dev);