I took a look in the Smart Device Link library to Get Vehicle Data through vehicle communication using Smart Device Link (SDL).
The available parameters are shown in the links below, for android and iOS.
https://smartdevicelink.com/en/guides/iOS/getting-vehicle-data/
https://smartdevicelink.com/en/guides/android/getting-vehicle-data/
However, I noticed that there is no "Ethanol Fuel %" as an available parameter. This is an important information especially in the regions where more than one fuel is used in the vehicle and the change between them are frequent.
I haven't figure out other way to get in contact with SDL development team to raise that question. The only way I have seen in SDL website was to come to StackOverflow to raise questions.
So, the main point is:
1) As I know the information of "Ethanol Fuel %" is available in the CAN network in all the regions where Ethanol fuel is used because this information is mandatory by legislation
2) There is a OBD PID specific for this information: OBD PID 0x52.
Then, how can this information could be available through Smart Device Link?
The list of vehicle data parameters can be updated?
Thanks in advance.