RTLSMaster_enableAoaReq();这个函数是对slave发送CTE数据包请求命令吗,slave接到cte包后,马上向master发送CTE数据,以来获得I/Q信号值来计算角度吗
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.
RTLSMaster_enableAoaReq();这个函数是对slave发送CTE数据包请求命令吗,slave接到cte包后,马上向master发送CTE数据,以来获得I/Q信号值来计算角度吗
是的,具体怎么发送根据设置的参数
typedef struct __attribute__((packed))
{
uint16_t connHandle; // Connection handle
uint8_t enableAoa; // Enable or disable AoA
uint16_t cteInterval; // 0 = run once, > 0 = sample CTE every cteInterval until told otherwise
uint8_t cteLength; // Length of the tone (2 - 20), used for AoA receiver
} rtlsAoaEnableReq_t;