TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Modules | Enumerations
Peripheral GAPRole Constants

Modules

 Failed Parameter Update Actions
 
 Parameter Update Options
 
 Peripheral GAPRole Parameters
 

Enumerations

enum  gaprole_States_t {
  GAPROLE_INIT = 0, GAPROLE_STARTED, GAPROLE_ADVERTISING, GAPROLE_ADVERTISING_NONCONN,
  GAPROLE_WAITING, GAPROLE_WAITING_AFTER_TIMEOUT, GAPROLE_CONNECTED, GAPROLE_CONNECTED_ADV,
  GAPROLE_ERROR
}
 GAP Peripheral Role States. More...
 

Detailed Description

Enumeration Type Documentation

§ gaprole_States_t

GAP Peripheral Role States.

Enumerator
GAPROLE_INIT 

Waiting to be started.

GAPROLE_STARTED 

Started but not advertising.

GAPROLE_ADVERTISING 

Currently Advertising.

GAPROLE_ADVERTISING_NONCONN 

Currently using non-connectable Advertising.

GAPROLE_WAITING 

Device is started but not advertising, is in waiting period before advertising again.

GAPROLE_WAITING_AFTER_TIMEOUT 

Device just timed out from a connection but is not yet advertising, is in waiting period before advertising again.

GAPROLE_CONNECTED 

In a connection.

GAPROLE_CONNECTED_ADV 

In a connection + advertising.

GAPROLE_ERROR 

Error occurred - invalid state.

Copyright 2017, Texas Instruments Incorporated