![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
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 |
BLEAppUtil Connect Params Structure. Should be created by the application and passed to BLEAppUtil_Connect.
| uint8_t peerAddrType |
peer device's address type
| uint8_t phys |
PHY(s) to try making connection on. individual PHY values can be OR'ed.
| BLEAppUtil_BDaddr pPeerAddress |
peer device's address
| 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.