TI BLE Stack API Documentation  2.03.09
Public Attributes | List of all members
gapSignUpdateEvent_t Struct Reference

#include <gap.h>

Public Attributes

osal_event_hdr_t hdr
 GAP_MSG_EVENT and status.
 
uint8 opcode
 GAP_SIGNATURE_UPDATED_EVENT.
 
uint8 addrType
 Device's address type for devAddr.
 
uint8 devAddr [6]
 Device's BD_ADDR, could be own address.
 
uint32 signCounter
 new Signed Counter
 

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.


The documentation for this struct was generated from the following file: