From caf242a5aeaf0a0ad0b8d8207bbfca2c765e2289 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sun, 12 Mar 2017 20:20:15 +0100 Subject: [PATCH] nrf5/bluetooth: Correcting indention. --- nrf5/bluetooth/ble_drv.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nrf5/bluetooth/ble_drv.c b/nrf5/bluetooth/ble_drv.c index d25920026f..5792b69f12 100644 --- a/nrf5/bluetooth/ble_drv.c +++ b/nrf5/bluetooth/ble_drv.c @@ -745,17 +745,17 @@ static void ble_evt_handler(ble_evt_t * p_ble_evt) { break; case BLE_GAP_EVT_SEC_PARAMS_REQUEST: - BLE_DRIVER_LOG("BLE EVT SEC PARAMS REQUEST\n"); - // pairing not supported - (void)sd_ble_gap_sec_params_reply(p_ble_evt->evt.gatts_evt.conn_handle, - BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP, - NULL, NULL); - break; + BLE_DRIVER_LOG("BLE EVT SEC PARAMS REQUEST\n"); + // pairing not supported + (void)sd_ble_gap_sec_params_reply(p_ble_evt->evt.gatts_evt.conn_handle, + BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP, + NULL, NULL); + break; #if (BLUETOOTH_SD == 130) || (BLUETOOTH_SD == 132) case BLE_GAP_EVT_ADV_REPORT: - BLE_DRIVER_LOG("BLE EVT ADV REPORT\n"); - break; + BLE_DRIVER_LOG("BLE EVT ADV REPORT\n"); + break; #endif default: