I cannot find the call to sd_ble_gap_appearance_set(...) function in the ble_app_blinky example, so that I think it's unnecessary to call:
advdata.include_appearance = true;
in nRF5_SDK_for_Thread_v0.11.0\examples\ble_peripheral\ble_app_blinky\main.c:200. I'll remove this line to make room for manufacturer specific data on BLE advertising. Is this the right approach? Can anyone advise me?
Thank you.