I want to change the advertise time out time by BLE_GAP_ADV_TIMEOUT_LIMITED_MAX.
Is there a problem with changing BLE_GAP_ADV_TIMEOUT_LIMITED_MAX to ex. 1000sec ?
Yes there is a problem with it - that constant is there to tell you what the maximum time you may set for limited advertising. That's part of the BLE spec and 180s is the max. So you can't do it.
Yes there is a problem with it - that constant is there to tell you what the maximum time you may set for limited advertising. That's part of the BLE spec and 180s is the max. So you can't do it.