微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > 关于ios对于蓝牙从机的一些参数要求

关于ios对于蓝牙从机的一些参数要求

时间:10-02 整理:3721RD 点击:

上方是我在论坛看到的关于ios对于这些参数的限制,但是我的从机程序这部分参数设置如下:

// Minimum connection interval (units of 1.25ms, 80=100ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 600

// Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 800

// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_DESIRED_SLAVE_LATENCY 8

// Supervision timeout value (units of 10ms, 1000=10s) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_CONN_TIMEOUT 1500 //1000

// Whether to enable automatic parameter update request when a connection is formed
#define DEFAULT_ENABLE_UPDATE_REQUEST TRUE

我发现ios连接蓝牙从机,而且连接不会断开,是上述ios的限制不真实还是因为ios没有接受从机这些参数的更新请求?如果是没有接受,默认的这些参数的多少?急!

貌似可以参考这个

http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/18625.aspx

你好,请问一下GAPRole_GetParameter(GAPROLE_CONN_INTERVAL, *pValue)这个在哪里可以找到。我想知道当前的connection interval。

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top