当运行AOA功能时,对connection interval时间有什么要求?比如AOA中connection interval时间最小不能少于多少?如果我将connecttion iterval 改为10ms或者20ms会影响其性能吗?
另外,cte interval参数的作用是什么?对其修改会造成什么影响?
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.
当运行AOA功能时,对connection interval时间有什么要求?比如AOA中connection interval时间最小不能少于多少?如果我将connecttion iterval 改为10ms或者20ms会影响其性能吗?
另外,cte interval参数的作用是什么?对其修改会造成什么影响?
看下面定义:
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;