![]()  | 
  ![]()  | 
| 
    TI BLE-Stack for Bluetooth 4.2 API Documentation
    3.01.00.07
    
   | 
 
Parameter Structure for SNP_updateConnParam. More...
Data Fields | |
| uint16_t | connHandle | 
| 2 Byte handle of the connection to update parameters to.  | |
| uint16_t | intervalMax | 
| 2 Byte Maximum value for the connection event interval.  More... | |
| uint16_t | intervalMin | 
| 2 Byte Minimum value for the connection event interval.  More... | |
| uint16_t | slaveLatency | 
| 2 Byte Slave latency for the connection in number of connection events.  More... | |
| uint16_t | supervisionTimeout | 
| 2 Byte Supervision timeout for the LE Link.  More... | |
Parameter Structure for SNP_updateConnParam.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
| uint16_t intervalMax | 
2 Byte Maximum value for the connection event interval.
This shall be greater than or equal to intervalMin.
Range: 0x0006 to 0x0C80 
Time = intervalMax * 1.25 msec 
Time Range: 7.5 msec to 4 seconds. 
| uint16_t intervalMin | 
2 Byte Minimum value for the connection event interval.
This shall be less than or equal to intervalMax.
Range: 0x0006 to 0x0C80 
Time = intervalMin * 1.25 msec 
Time Range: 7.5 msec to 4 seconds. 
| uint16_t slaveLatency | 
2 Byte Slave latency for the connection in number of connection events.
Range: 0x0000 to 0x01F3
| uint16_t supervisionTimeout | 
2 Byte Supervision timeout for the LE Link.
Range: 0x000A to 0x0C80 
Time = connTimeout * 10 msec 
Time Range: 100 msec to 32 seconds