Initiator filter policies
C
#define BLE_GAP_INIT_FP_FAL_NOT_USED (0x00U) #define BLE_GAP_INIT_FP_FAL_USED (0x01U)
Description
Defines the initiator filter policies.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_INIT_FP_FAL_NOT_USED | Filter Accept List is not used for determining the target advertiser to connect to. |
BLE_GAP_INIT_FP_FAL_USED | Filter Accept List is used for determining the target advertiser to connect to, ignoring the peer address. |