TI BLE Stack API Documentation  2.03.08
Macros

Macros

#define TGAP_GEN_DISC_ADV_MIN   0
 Minimum time to remain advertising, when in Discoverable mode (mSec). Setting this parameter to 0 turns off the timeout (default).
 
#define TGAP_LIM_ADV_TIMEOUT   1
 Maximum time to remain advertising, when in Limited Discoverable mode. In seconds (default 180 seconds)
 
#define TGAP_GEN_DISC_SCAN   2
 Minimum time to perform scanning, when performing General Discovery proc (mSec)
 
#define TGAP_LIM_DISC_SCAN   3
 Minimum time to perform scanning, when performing Limited Discovery proc (mSec)
 
#define TGAP_CONN_EST_ADV_TIMEOUT   4
 Advertising timeout, when performing Connection Establishment proc (mSec)
 
#define TGAP_CONN_PARAM_TIMEOUT   5
 Link Layer connection parameter update notification timer, connection parameter update proc (mSec)
 
#define TGAP_LIM_DISC_ADV_INT_MIN   6
 Minimum advertising interval, when in limited discoverable mode (n * 0.625 mSec)
 
#define TGAP_LIM_DISC_ADV_INT_MAX   7
 Maximum advertising interval, when in limited discoverable mode (n * 0.625 mSec)
 
#define TGAP_GEN_DISC_ADV_INT_MIN   8
 Minimum advertising interval, when in General discoverable mode (n * 0.625 mSec)
 
#define TGAP_GEN_DISC_ADV_INT_MAX   9
 Maximum advertising interval, when in General discoverable mode (n * 0.625 mSec)
 
#define TGAP_CONN_ADV_INT_MIN   10
 Minimum advertising interval, when in Connectable mode (n * 0.625 mSec)
 
#define TGAP_CONN_ADV_INT_MAX   11
 Maximum advertising interval, when in Connectable mode (n * 0.625 mSec)
 
#define TGAP_CONN_SCAN_INT   12
 Scan interval used during Link Layer Initiating state, when in Connectable mode (n * 0.625 mSec)
 
#define TGAP_CONN_SCAN_WIND   13
 Scan window used during Link Layer Initiating state, when in Connectable mode (n * 0.625 mSec)
 
#define TGAP_CONN_HIGH_SCAN_INT   14
 Scan interval used during Link Layer Initiating state, when in Connectable mode, high duty scan cycle scan parameters (n * 0.625 mSec)
 
#define TGAP_CONN_HIGH_SCAN_WIND   15
 Scan window used during Link Layer Initiating state, when in Connectable mode, high duty scan cycle scan parameters (n * 0.625 mSec)
 
#define TGAP_GEN_DISC_SCAN_INT   16
 Scan interval used during Link Layer Scanning state, when in General Discovery proc (n * 0.625 mSec)
 
#define TGAP_GEN_DISC_SCAN_WIND   17
 Scan window used during Link Layer Scanning state, when in General Discovery proc (n * 0.625 mSec)
 
#define TGAP_LIM_DISC_SCAN_INT   18
 Scan interval used during Link Layer Scanning state, when in Limited Discovery proc (n * 0.625 mSec)
 
#define TGAP_LIM_DISC_SCAN_WIND   19
 Scan window used during Link Layer Scanning state, when in Limited Discovery proc (n * 0.625 mSec)
 
#define TGAP_CONN_EST_ADV   20
 Advertising interval, when using Connection Establishment proc (n * 0.625 mSec). Obsolete - Do not use.
 
#define TGAP_CONN_EST_INT_MIN   21
 Minimum Link Layer connection interval, when using Connection Establishment proc (n * 1.25 mSec)
 
#define TGAP_CONN_EST_INT_MAX   22
 Maximum Link Layer connection interval, when using Connection Establishment proc (n * 1.25 mSec)
 
#define TGAP_CONN_EST_SCAN_INT   23
 Scan interval used during Link Layer Initiating state, when using Connection Establishment proc (n * 0.625 mSec)
 
#define TGAP_CONN_EST_SCAN_WIND   24
 Scan window used during Link Layer Initiating state, when using Connection Establishment proc (n * 0.625 mSec)
 
#define TGAP_CONN_EST_SUPERV_TIMEOUT   25
 Link Layer connection supervision timeout, when using Connection Establishment proc (n * 10 mSec)
 
#define TGAP_CONN_EST_LATENCY   26
 Link Layer connection slave latency, when using Connection Establishment proc (in number of connection events)
 
#define TGAP_CONN_EST_MIN_CE_LEN   27
 Local informational parameter about min len of connection needed, when using Connection Establishment proc (n * 0.625 mSec)
 
#define TGAP_CONN_EST_MAX_CE_LEN   28
 Local informational parameter about max len of connection needed, when using Connection Establishment proc (n * 0.625 mSec)
 
#define TGAP_PRIVATE_ADDR_INT   29
 Minimum Time Interval between private (resolvable) address changes. In minutes (default 15 minutes)
 
#define TGAP_CONN_PAUSE_CENTRAL   30
 Central idle timer. In seconds (default 1 second)
 
#define TGAP_CONN_PAUSE_PERIPHERAL   31
 Minimum time upon connection establishment before the peripheral starts a connection update procedure. In seconds (default 5 seconds)
 
#define TGAP_SM_TIMEOUT   32
 SM Message Timeout (milliseconds). Default 30 seconds.
 
#define TGAP_SM_MIN_KEY_LEN   33
 SM Minimum Key Length supported. Default 7.
 
#define TGAP_SM_MAX_KEY_LEN   34
 SM Maximum Key Length supported. Default 16.
 
#define TGAP_FILTER_ADV_REPORTS   35
 Filter duplicate advertising reports. Default TRUE.
 
#define TGAP_SCAN_RSP_RSSI_MIN   36
 Minimum RSSI required for scan responses to be reported to the app. Default -127.
 
#define TGAP_REJECT_CONN_PARAMS   37
 Whether or not to reject Connection Parameter Update Request received on Central device. Default FALSE.
 
#define TGAP_AUTH_TASK_ID   38
 Task ID override for Task Authentication control (for stack internal use only)
 
#define TGAP_VERIFY_CAR   39
 Verify CAR is true before sending ADV DIR using RPA.
 
#define TGAP_PARAMID_MAX   40
 ID MAX-valid Parameter ID.
 

Detailed Description

Used in place of gapParamIDs_t.