![]() |
![]() |
TI BLE5-Stack API Documentation
9.11.01
|
Data Fields | |
uint8_t | clockAccuracy |
Clock Accuracy. More... | |
uint16_t | connectionHandle |
Connection Handle for this connection. More... | |
uint16_t | connInterval |
Connection Interval. More... | |
uint16_t | connLatency |
Connection Latency. More... | |
uint8_t | connRole |
Role connection was formed as, GAP Profile Roles. More... | |
uint16_t | connTimeout |
Connection Timeout. More... | |
uint8_t | devAddr [B_ADDR_LEN] |
Device address of link. More... | |
uint8_t | devAddrType |
Device address type: GAP_Addr_Types_t. More... | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status More... | |
uint8_t | opcode |
GAP_LINK_ESTABLISHED_EVENT More... | |
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_connectAl 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
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 |