mirror of
https://github.com/espressif/esp-idf
synced 2025-03-14 11:39:10 -04:00
Fixed issue with ble_adv data being truncated after the 31st octet due to an incorrect length passed in a memcpy. Merges #389 https://github.com/espressif/esp-idf/pull/389