Skip to content

Commit

Permalink
Merge branch 'bugfix/ble_mesh_ble_advtype' into 'master'
Browse files Browse the repository at this point in the history
ble_mesh: update ble mesh ble adv type

See merge request espressif/esp-idf!19200
  • Loading branch information
Isl2017 committed Jan 15, 2024
2 parents 9d3abb8 + 59a9e8c commit 1ad354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/esp_ble_mesh/core/nimble_host/adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ int bt_mesh_ble_adv_start(const struct bt_mesh_ble_adv_param *param,
break;
case BLE_MESH_ADV_NONCONN_IND:
adv_params.conn_mode = BLE_GAP_CONN_MODE_NON;
adv_params.disc_mode = BLE_GAP_DISC_MODE_GEN;
adv_params.disc_mode = BLE_GAP_DISC_MODE_NON;
break;
case BLE_MESH_ADV_DIRECT_IND_LOW_DUTY:
adv_params.conn_mode = BLE_GAP_CONN_MODE_DIR;
Expand Down

0 comments on commit 1ad354b

Please sign in to comment.