TI BLE5-Stack API Documentation  9.12.00
Data Fields
gapSignUpdateEvent_t Struct Reference

Data Fields

uint8_t addrType
 Device's address type for devAddr. More...
 
uint8_t devAddr [B_ADDR_LEN]
 Device's BD_ADDR, could be own address. More...
 
osal_event_hdr_t hdr
 GAP_MSG_EVENT and status More...
 
uint8_t opcode
 GAP_SIGNATURE_UPDATED_EVENT More...
 
uint32_t signCounter
 new Signed Counter More...
 

Detailed Description

GAP_SIGNATURE_UPDATED_EVENT message format.

This message is sent to the app when the signature counter has changed. This message is to inform the application in case it wants to save it to be restored on reboot or reconnect. This message is sent to update a connection's signature counter and to update this device's signature counter. If devAddr == BD_ADDR, then this message pertains to this device.

This event will be consumed by the gapbondmgr if it exists.

Field Documentation

§ addrType

uint8_t addrType

Device's address type for devAddr.

§ devAddr

uint8_t devAddr[B_ADDR_LEN]

Device's BD_ADDR, could be own address.

§ hdr

GAP_MSG_EVENT and status

§ opcode

uint8_t opcode

§ signCounter

uint32_t signCounter

new Signed Counter


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