F801x BLE chip coded PHY 125k.
-
想問一下, 我見SDK有說支持coded PHY 125k Long Range模式, 對吧?
是否 advertisting 及connection mode 都可支持 coded PHY 125k Long Range 呢?
有沒有那裡有更多資料可查到?
謝謝.
-
@wfkwok 在 F801x BLE chip coded PHY 125k. 中说:
coded PHY 125k Long Range
支持的,看下这个接口,连接成功后直接更新参数就行
/**********************************************************************
- @fn gap_conn_phy_update
- @brief Set active link PHY mode.
- @param conidx - connection handle/index of the connection.
-
tx_phy - TX PHY mode. //!< see @GAP_PHY_VALUES 1M/2M/Coded -
rx_phy - RX PHY mode. //!< see @GAP_PHY_VALUES 1M/2M/Coded -
coded_rate - Coded PHY rate. //!< see @GAP_CODED_PHY_RATE 125k/500k - @return None.
*/
void gap_conn_phy_update(uint8_t conidx, uint8_t tx_phy, uint8_t rx_phy, uint8_t coded_rate);
-
太好了 謝謝, 我先找塊開發板測試一下