TI BLE5-Stack API Documentation  1.00.01.04
Macros
GAP Bond Manager Pairing States

Macros

#define GAPBOND_PAIRING_STATE_BOND_SAVED   0x03
 Bonding record saved in NV.
 
#define GAPBOND_PAIRING_STATE_BONDED   0x02
 Bonding Complete. More...
 
#define GAPBOND_PAIRING_STATE_CAR_READ   0x04
 Central Address Resolution Characteristic Read.
 
#define GAPBOND_PAIRING_STATE_COMPLETE   0x01
 Pairing Complete. More...
 
#define GAPBOND_PAIRING_STATE_RPAO_READ   0x05
 Resolvable Private Address Only Characteristic Read.
 
#define GAPBOND_PAIRING_STATE_STARTED   0x00
 Pairing Started. More...
 

Detailed Description

These are the states that are returned through the pfnPairStateCB_t . See the specific state for its possible statuses.

Macro Definition Documentation

§ GAPBOND_PAIRING_STATE_BONDED

#define GAPBOND_PAIRING_STATE_BONDED   0x02

Bonding Complete.

The following statuses are possible for this state:

§ GAPBOND_PAIRING_STATE_COMPLETE

#define GAPBOND_PAIRING_STATE_COMPLETE   0x01

Pairing Complete.

The following statuses are possible for this state:

§ GAPBOND_PAIRING_STATE_STARTED

#define GAPBOND_PAIRING_STATE_STARTED   0x00

Pairing Started.

The following statuses are possible for this state:

  • SUCCESS : pairing has been initiated. A pairing request has been either sent or received.
Copyright 2017, Texas Instruments Incorporated