This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

include appearance doesn't work

Hi,

In function advertising_init(void), I have set

init.advdata.include_appearance    = true;
 

and in function gap_params_init(void), I have set 

    err_code = sd_ble_gap_appearance_set(BLE_APPEARANCE_GENERIC_RUNNING_WALKING_SENSOR);

still the icon doesn't change. What could be the possible reason?

It's not a major issue but still I would like to know

Cheers!

Related