Part Number:CC2652R
LL_CTE_REQ 和 LL_CTE_RSP 这两个包是在哪一个信道完成的,是广播信道 还是数据信道?
Kevin Qiu1:
是数据通道,可查看代码中的注释
,
yntense yntense:
这部分的代码,是在哪里
,
Kevin Qiu1:
可搜索查看:
/*** Set a respond to LL_CTE_REQ PDUs with LL_CTE_RSP PDUs on a connection.** @design /ref did_202754181** @par Corresponding Events* @ref hciEvt_CmdComplete_t with cmdOpcode HCI_LE_SET_CONNECTION_CTE_RESPONSE_ENABLE** @param connHandle - Connection handle.* @param enable - Enable or disable CTE Response for a connection (1 or 0).** @return @ref HCI_SUCCESS*/ extern hciStatus_t HCI_LE_SetConnectionCteResponseEnableCmd( uint16 connHandle,uint8 enable);