+ Collaboration diagram for Defines:

Modules

 GAP Address types
 
 GAP PHY OPTIONS (bitmask)
 

Macros

#define BLE_GAP_CHNL_MAP_LEN   0x05
 The length of channel map. More...
 
#define BLE_GAP_FEATS_LEN   0x08
 The length of features. More...
 
#define BLE_GAP_ADDR_LEN   0x06
 The length of address. More...
 
#define BLE_GAP_INVALID_CONN_INDEX   0xFF
 Invalid connection index. More...
 

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.