|
TI BLE Stack API Documentation
2.03.08
|
#include <gap.h>
Public Attributes | |
| osal_event_hdr_t | hdr |
| GAP_MSG_EVENT and status. | |
| uint8 | opcode |
| GAP_LINK_ESTABLISHED_EVENT. | |
| uint8 | devAddrType |
| Device address type: Address Types as defined by BLE Spec. | |
| uint8 | devAddr [6] |
| Device address of link. | |
| uint16 | connectionHandle |
| Connection Handle from controller used to ref the device. | |
| uint8 | connRole |
| Connection formed as Master or Slave. | |
| uint16 | connInterval |
| Connection Interval. | |
| uint16 | connLatency |
| Connection Latency. | |
| uint16 | connTimeout |
| Connection Timeout. | |
| uint8 | clockAccuracy |
| Clock Accuracy. | |
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.
1.8.12