Skip to content

Commit

Permalink
fw: ble option update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaltieri committed Oct 8, 2024
1 parent 0113e81 commit 8abf15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const struct bt_data ad[] = {
};

static struct bt_le_adv_param ad_param = BT_LE_ADV_PARAM_INIT(
BT_LE_ADV_OPT_CONNECTABLE,
BT_LE_ADV_OPT_CONN,
BT_GAP_ADV_SLOW_INT_MIN, BT_GAP_ADV_SLOW_INT_MAX, NULL);

static uint8_t sl_status[8];
Expand Down

0 comments on commit 8abf15c

Please sign in to comment.