CTE 包,除了使用周期广播的方法,在数据信道发送,还可以指定在某一个信道发送吗?
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.
没有在私有信道发送CTE的AOA方案,在Connection-less AOA中可以选择广播信道: 37,38,39的排列
GAP_ADV_CHAN_37 = BV(0), //!< Channel 37 GAP_ADV_CHAN_38 = BV(1), //!< Channel 38 GAP_ADV_CHAN_39 = BV(2), //!< Channel 39 GAP_ADV_CHAN_37_38 = (GAP_ADV_CHAN_37 | GAP_ADV_CHAN_38), //!< Channels 37 & 38 GAP_ADV_CHAN_37_39 = (GAP_ADV_CHAN_37 | GAP_ADV_CHAN_39), //!< Channels 37 & 39 GAP_ADV_CHAN_38_39 = (GAP_ADV_CHAN_38 | GAP_ADV_CHAN_39), //!< Channels 38 & 39 GAP_ADV_CHAN_ALL = (GAP_ADV_CHAN_37 | GAP_ADV_CHAN_38 | GAP_ADV_CHAN_39) //!< All Channels