关于更新连接参数请求
时间:10-02
整理:3721RD
点击:
关于TI的cc2640,是不是每次主机和从机连接成功后,从机都会向主机发送一次更新连接参数请求?
主机可以同意,也可以拒绝,如果同意,是不是按照从机的连接参数来更新?
主机拒绝与否是由LL层决定的,应用层面是没有办法拒绝的。
您的意思是这些参数我是更改不了的?
是可以修改的
- /********************************************************************
- * @fn GAPRole_SendUpdateParam
- *
- * @brief Update the parameters of an existing connection
- *
- * @param minConnInterval - the new min connection interval
- * @param maxConnInterval - the new max connection interval
- * @param latency - the new slave latency
- * @param connTimeout - the new timeout value
- * @param handleFailure - what to do if the update does not occur.
- * Method may choose to terminate connection, try again, or take no action
- *
- * @return SUCCESS, bleNotConnected, or bleInvalidRange
- */
- bStatus_t GAPRole_SendUpdateParam( uint16 minConnInterval, uint16 maxConnInterval,
- uint16 latency, uint16 connTimeout, uint8 handleFailure )