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

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
 

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_connectWl completes successfully. For a Peripheral, this message is sent to indicate that a link has been created.

A reasonCode (status of connection complete) of something other than LL_STATUS_SUCCESS is possible in the following cases:

A reasonCode Error (one of the above) is converted to a packet status of bleGAPConnNotAcceptable (0x31). A reasonCode Success is converted to a packet status of HCI_SUCCESS.


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