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
Hi, I heard back from the development team. on this issue. You should only use the parameter values supported for a parameter and not the BT GAP Advertising Type. The advertising options should be better suited here. If no options are set (set to 0 or BT_LE_ADV_OPT_NONE) the advertising is non-connectable. You should set BT_LE_ADV_OPT_CONNECTABLE to make an advertisement connectable.
All advertising options can be found here. BT_GAP_ADV_TYPE_ADV_NONCONN_IND is not the value to be used for options parameters in the API, and you shouldn't use any value for the bt_le_adv_start API's option field of the "bt_le_adv_param" parameter.
Best regards,
Simon