TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
GAP_LINK_ESTABLISHED_EVENT message format. More...
Data Fields | |
uint8 | clockAccuracy |
Clock Accuracy. | |
uint16 | connectionHandle |
Connection Handle from controller used to ref the device. | |
uint16 | connInterval |
Connection Interval. | |
uint16 | connLatency |
Connection Latency. | |
uint8 | connRole |
Connection formed as Master or Slave. | |
uint16 | connTimeout |
Connection Timeout. | |
uint8 | devAddr [B_ADDR_LEN] |
Device address of link. | |
uint8 | devAddrType |
Device address type: Address Types. | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint8 | opcode |
GAP_LINK_ESTABLISHED_EVENT | |
GAP_LINK_ESTABLISHED_EVENT message format.
This message is sent to the app when the link request is complete.
For an Observer, this message is sent to complete the Establish Link Request.
For a Peripheral, this message is sent to indicate that a link has been created.