We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a17d6e commit f517552Copy full SHA for f517552
28_ble_scan_response/main/main.c
@@ -13,7 +13,7 @@ static esp_ble_adv_params_t ble_adv_params = {
13
14
.adv_int_min = 0x20,
15
.adv_int_max = 0x40,
16
- .adv_type = ADV_TYPE_NONCONN_IND,
+ .adv_type = ADV_SCAN_IND,
17
.own_addr_type = BLE_ADDR_TYPE_PUBLIC,
18
.channel_map = ADV_CHNL_ALL,
19
.adv_filter_policy = ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY,
0 commit comments