Hello
I enable BT advertising with the option BT_GAP_ADV_TYPE_ADV_NONCONN_IND
Hello
I enable BT advertising with the option BT_GAP_ADV_TYPE_ADV_NONCONN_IND
I was using nrf Connect app
To reproduce use the code above or manually set the param.options to BT_GAP_ADV_TYPE_ADV_NONCONN_IND
This is an enumeration and resolves to 3 but the code in adv.c: bt_le_adv_start_legacy() function treats params.options as a bitfield (line 970 and down)