The workaround mostly works, though it seems to only work after it's connected to something in general advertising mode once in a given power cycle (or after restarting the firmware) first.I've tried so many permutations of possible function calls th...
In the meantime, I think I found a workaround in the form:ret = hci_le_set_advertise_enable(0);ret = hci_le_set_advertising_parameters( Advertising_Interval_Min, Advertising_Interval_Max, advType, ...
Did you ever get it figured out? I have some further input on what appears to be the exact same issue:When I call aci_gap_set_discoverable with any white list parameter other than NO_WHITE_LIST_USE (0x00) I get ret = 0x42 : BLE_STATUS_INVALID_PARAM...