Update connectin params once we're connected to.

This commit is contained in:
Pete Johanson 2020-07-19 22:40:49 -04:00
parent 2a6b9ec86e
commit fd407c4876

View file

@ -37,6 +37,8 @@ static void connected(struct bt_conn *conn, u8_t err)
printk("Connected %s\n", addr); printk("Connected %s\n", addr);
bt_conn_le_param_update(conn, BT_LE_CONN_PARAM(0x0006, 0x000c, 5, 400));
if (bt_conn_set_security(conn, BT_SECURITY_L2)) if (bt_conn_set_security(conn, BT_SECURITY_L2))
{ {
printk("Failed to set security\n"); printk("Failed to set security\n");