Event Type Flags of Advertisement Reports#
Defines the event type flags of the advertisement packets the scanner reports. An advertisement packet could have multiple applicable flags.
Macros#
#define
A connectable advertising data packet
#define
A scannable advertising data packet
#define
Directed advertising
#define
A scan response packet that can be received in active scan mode only
Macro Definition Documentation#
SL_BT_SCANNER_EVENT_FLAG_CONNECTABLE#
#define SL_BT_SCANNER_EVENT_FLAG_CONNECTABLEValue:
0x1
A connectable advertising data packet
SL_BT_SCANNER_EVENT_FLAG_SCANNABLE#
#define SL_BT_SCANNER_EVENT_FLAG_SCANNABLEValue:
0x2
A scannable advertising data packet
SL_BT_SCANNER_EVENT_FLAG_DIRECTED#
#define SL_BT_SCANNER_EVENT_FLAG_DIRECTEDValue:
0x4
Directed advertising
SL_BT_SCANNER_EVENT_FLAG_SCAN_RESPONSE#
#define SL_BT_SCANNER_EVENT_FLAG_SCAN_RESPONSEValue:
0x8
A scan response packet that can be received in active scan mode only