This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADVERTISING INTERVAL的問題



Dear TI,

 有關於advertising的問題想要請教,當我設定DEFAULT_ADVERTISING_INTERVAL=16000(10秒)時透過示波器我可以很明顯看到有一根跑出來

可以當我設定超過10秒也就是我調成17600(11秒)就會發現完全沒有反應,請問這是什麼問題呢?

uint16 advInt = DEFAULT_ADVERTISING_INTERVAL;

    GAP_SetParamValue( TGAP_LIM_DISC_ADV_INT_MIN, advInt );
    GAP_SetParamValue( TGAP_LIM_DISC_ADV_INT_MAX, advInt );
    GAP_SetParamValue( TGAP_GEN_DISC_ADV_INT_MIN, advInt );
    GAP_SetParamValue( TGAP_GEN_DISC_ADV_INT_MAX, advInt );

Thanks

Ben