Macros

#define BLE_GAP_CHNL_MAP_LEN   0x05
 
#define BLE_GAP_FEATS_LEN   0x08
 
#define BLE_GAP_ADDR_LEN   0x06
 
#define BLE_GAP_INVALID_CONN_INDEX   0xFF
 
#define BLE_GAP_MIN_CTE_LEN   0x02
 CTE length (in number of 8us periods) More...
 
#define BLE_GAP_MAX_CTE_LEN   0x14
 
#define BLE_GAP_MIN_CTE_CNT   0x01
 CTE count. More...
 
#define BLE_GAP_MAX_CTE_CNT   0x10
 
#define BLE_GAP_MIN_IQ_SAMPLE_NUM   0x09
 
#define BLE_GAP_MAX_IQ_SAMPLE_NUM   0x52
 
#define BLE_GAP_MAX_GDX_RANGING_CH   20
 

Detailed Description

Macro Definition Documentation

◆ BLE_GAP_ADDR_LEN

#define BLE_GAP_ADDR_LEN   0x06

The length of address.

Definition at line 70 of file ble_gapc.h.

◆ BLE_GAP_CHNL_MAP_LEN

#define BLE_GAP_CHNL_MAP_LEN   0x05

The length of channel map.

Definition at line 68 of file ble_gapc.h.

◆ BLE_GAP_FEATS_LEN

#define BLE_GAP_FEATS_LEN   0x08

The length of features.

Definition at line 69 of file ble_gapc.h.

◆ BLE_GAP_INVALID_CONN_INDEX

#define BLE_GAP_INVALID_CONN_INDEX   0xFF

Invalid connection index.

Definition at line 71 of file ble_gapc.h.

◆ BLE_GAP_MAX_CTE_CNT

#define BLE_GAP_MAX_CTE_CNT   0x10

The maximum CTE count.

Definition at line 79 of file ble_gapc.h.

◆ BLE_GAP_MAX_CTE_LEN

#define BLE_GAP_MAX_CTE_LEN   0x14

The maximum CTE length.

Definition at line 75 of file ble_gapc.h.

◆ BLE_GAP_MAX_GDX_RANGING_CH

#define BLE_GAP_MAX_GDX_RANGING_CH   20

The maximum GDX Ranging Channel.

Definition at line 84 of file ble_gapc.h.

◆ BLE_GAP_MAX_IQ_SAMPLE_NUM

#define BLE_GAP_MAX_IQ_SAMPLE_NUM   0x52

The maximum IQ sample number.

Definition at line 82 of file ble_gapc.h.

◆ BLE_GAP_MIN_CTE_CNT

#define BLE_GAP_MIN_CTE_CNT   0x01

CTE count.

The minimum CTE count.

Definition at line 78 of file ble_gapc.h.

◆ BLE_GAP_MIN_CTE_LEN

#define BLE_GAP_MIN_CTE_LEN   0x02

CTE length (in number of 8us periods)

The minimum CTE length.

Definition at line 74 of file ble_gapc.h.

◆ BLE_GAP_MIN_IQ_SAMPLE_NUM

#define BLE_GAP_MIN_IQ_SAMPLE_NUM   0x09

The minimum IQ sample number.

Definition at line 81 of file ble_gapc.h.