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 fc3d6e0 commit fc13287Copy full SHA for fc13287
lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c
@@ -741,7 +741,6 @@ static void on_ble_evt(ble_evt_t * p_ble_evt)
741
case BLE_GAP_EVT_CONNECTED:
742
m_conn_handle = p_ble_evt->evt.gap_evt.conn_handle;
743
m_is_advertising = false;
744
- led_state(STATE_BLE_CONNECTED);
745
break;
746
747
case BLE_GAP_EVT_DISCONNECTED:
@@ -751,8 +750,6 @@ static void on_ble_evt(ble_evt_t * p_ble_evt)
751
750
752
m_direct_adv_cnt = APP_DIRECTED_ADV_TIMEOUT;
753
754
- led_state(STATE_BLE_DISCONNECTED);
755
-
756
err_code = sd_ble_gatts_sys_attr_get(m_conn_handle,
757
sys_attr,
758
&sys_attr_len,
0 commit comments