Data Fields

gapPairingReqEvent_t Struct Reference
[BLE GAP Constants and Structures]

#include <gap.h>

Data Fields

osal_event_hdr_t hdr
 GAP_MSG_EVENT and status.
uint8 opcode
 GAP_PAIRING_REQ_EVENT.
uint16 connectionHandle
 connection Handle
gapPairingReq_t pairReq
 The Pairing Request fields received.

Detailed Description

GAP_PAIRING_REQ_EVENT message format.

This message is sent to the app when an unexpected Pairing Request is received. The application is expected to setup for a Security Manager pairing/bonding.

To setup an SM Pairing, the application should call GAP_Authenticate() with these "pairReq" fields.

NOTE: This message should only be sent to peripheral devices.


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