Update src/BLEAdvertisedDevice.cpp
Changes with regards to: advertisedDevice.getName() always null #599
In parserAdvertisment added: ESP_BLE_AD_TYPE_NAME_SHORT and included scan response bytes in sizeConsumed test.
In setName force string to be recreated using .c_str() to strip any null terminators included in the advertisment.
I toString I have included rssi in the output
This is my first ever merge into github so please be gentle
I had discovered the bug that the scan response data doesn't be paresed. It's very confusing why it only pares the former 31 bytes.
@1807374010 I would be interested to hear how you solved the issue parsing the full scan response