Advertising scan type.
Synopsis:
#include <btapi/btle.h>
typedef enum {
BT_LE_ADVERT_SCAN_PASSIVE = 0x00
BT_LE_ADVERT_SCAN_ACTIVE = 0x01
} bt_le_advert_scan_type_t;
Data:
- BT_LE_ADVERT_SCAN_PASSIVE
- Passive advertisement scanning - no scan request packets will be sent.
- BT_LE_ADVERT_SCAN_ACTIVE
- Active advertisement scanning - scan request packets will be sent.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)