TI BLE Stack API Documentation  2.03.08
Public Attributes | List of all members
gapDeviceInfoEvent_t Struct Reference

#include <gap.h>

Public Attributes

osal_event_hdr_t hdr
 GAP_MSG_EVENT and status.
 
uint8 opcode
 GAP_DEVICE_INFO_EVENT.
 
uint8 eventType
 Advertisement Type: GAP Advertising Report Event Types.
 
uint8 addrType
 address type: Address Types as defined by BLE Spec
 
uint8 addr [6]
 Address of the advertisement or SCAN_RSP.
 
int8 rssi
 Advertisement or SCAN_RSP RSSI.
 
uint8 dataLen
 Length (in bytes) of the data field (evtData)
 
uint8 * pEvtData
 Data field of advertisement or SCAN_RSP.
 

Detailed Description

GAP_DEVICE_INFO_EVENT message format. This message is sent to the app during a Device Discovery Request, when a new advertisement or scan response is received.


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