TI BLE5-Stack API Documentation  9.14.00
Data Fields
BLEAppUtil_ConnectParams_t Struct Reference

BLEAppUtil Connect Params Structure. Should be created by the application and passed to BLEAppUtil_Connect. More...

Data Fields

uint8_t peerAddrType
 peer device's address type More...
 
uint8_t phys
 PHY(s) to try making connection on. individual PHY values can be OR'ed. More...
 
BLEAppUtil_BDaddr pPeerAddress
 peer device's address More...
 
uint16_t timeout
 

Detailed Description

BLEAppUtil Connect Params Structure. Should be created by the application and passed to BLEAppUtil_Connect.

Field Documentation

§ peerAddrType

uint8_t peerAddrType

peer device's address type

§ phys

uint8_t phys

PHY(s) to try making connection on. individual PHY values can be OR'ed.

§ pPeerAddress

BLEAppUtil_BDaddr pPeerAddress

peer device's address

§ timeout

uint16_t timeout

if there is no chance to initiate a connection within timeout ms, this connect request will be cancelled automatically. if timeout is 0, the initiator will keep trying to get a chance to make a connection until BLEAppUtil_cancelConnect is called.


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale