LL_CTE_REQ 和 LL_CTE_RSP 这两个包是在哪一个信道完成的,是广播信道 还是数据信道?
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.
可搜索查看:
/** * 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);