TI BLE5-Stack API Documentation  9.11.01
Data Fields
gapEstLinkReqEvent_t Struct Reference

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...
 

Detailed Description

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

Field Documentation

§ clockAccuracy

uint8_t clockAccuracy

Clock Accuracy.

§ connectionHandle

uint16_t connectionHandle

Connection Handle for this connection.

§ connInterval

uint16_t connInterval

Connection Interval.

§ connLatency

uint16_t connLatency

Connection Latency.

§ connRole

uint8_t connRole

Role connection was formed as, GAP Profile Roles.

§ connTimeout

uint16_t connTimeout

Connection Timeout.

§ devAddr

uint8_t devAddr[B_ADDR_LEN]

Device address of link.

§ devAddrType

uint8_t devAddrType

Device address type: GAP_Addr_Types_t.

§ hdr

GAP_MSG_EVENT and status

§ opcode

uint8_t opcode

The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale