微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > 关于更新连接参数请求

关于更新连接参数请求

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

关于TI的cc2640,是不是每次主机和从机连接成功后,从机都会向主机发送一次更新连接参数请求?

主机可以同意,也可以拒绝,如果同意,是不是按照从机的连接参数来更新?

主机拒绝与否是由LL层决定的,应用层面是没有办法拒绝的。

您的意思是这些参数我是更改不了的?

是可以修改的

  1. /******************************************************************** 
  2.  * @fn          GAPRole_SendUpdateParam 
  3.  * 
  4.  * @brief       Update the parameters of an existing connection 
  5.  * 
  6.  * @param       minConnInterval - the new min connection interval 
  7.  * @param       maxConnInterval - the new max connection interval 
  8.  * @param       latency - the new slave latency 
  9.  * @param       connTimeout - the new timeout value 
  10.  * @param       handleFailure - what to do if the update does not occur. 
  11.  *              Method may choose to terminate connection, try again, or take no action 
  12.  * 
  13.  * @return      SUCCESS, bleNotConnected, or bleInvalidRange 
  14.  */  
  15. bStatus_t GAPRole_SendUpdateParam( uint16 minConnInterval, uint16 maxConnInterval,  
  16.                                    uint16 latency, uint16 connTimeout, uint8 handleFailure )  

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

网站地图

Top