BLE_API
v2.1.3
|
BleAdvFilterPolicy | |
typedef uint8_t | BleAdvFilterPolicy |
#define | ADV_FILTER_POLICY_ACCEPT_ALL 0x00 |
#define | ADV_FILTER_POLICY_ACCEPT_SCAN_REQ_WL 0x01 |
#define | ADV_FILTER_POLICY_ACCEPT_CONN_REQ_WL 0x02 |
#define | ADV_FILTER_POLICY_ACCEPT_SCAN_CONN_REQ_WL 0x03 |
BLE advertising filter policy definition.
#define ADV_FILTER_POLICY_ACCEPT_ALL 0x00 |
Filter scan requests and connect requests from any device
#define ADV_FILTER_POLICY_ACCEPT_CONN_REQ_WL 0x02 |
Filter scan requests from any, connect requests with whitelist.
#define ADV_FILTER_POLICY_ACCEPT_SCAN_CONN_REQ_WL 0x03 |
Filter both scan and connect requests with whitelist.
#define ADV_FILTER_POLICY_ACCEPT_SCAN_REQ_WL 0x01 |
Filter scan requests with whitelist,connect requests with from any .