TI BLE5-Stack API Documentation
1.01.01.00
|
Data Fields | |
uint8_t | clockAccuracy |
Clock Accuracy. | |
uint16_t | connectionHandle |
Connection Handle for this connection. | |
uint16_t | connInterval |
Connection Interval. | |
uint16_t | connLatency |
Connection Latency. | |
uint8_t | connRole |
Role connection was formed as, GAP Profile Roles. | |
uint16_t | connTimeout |
Connection Timeout. | |
uint8_t | devAddr [B_ADDR_LEN] |
Device address of link. | |
uint8_t | devAddrType |
Device address type: GAP_Addr_Types_t. | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint8_t | opcode |
GAP_LINK_ESTABLISHED_EVENT | |
GAP_LINK_ESTABLISHED_EVENT message format.
This message is sent to the app when a link is established (with status SUCCESS). For a Central, this is after GapInit_connect or GapInit_connectWl completes successfully. For a Peripheral, this message is sent to indicate that a link has been created.
A status of something other than SUCCESS is possible in the following cases