nrf5/bluetooth: Correcting indention.
This commit is contained in:
parent
739bf3a740
commit
caf242a5ae
|
@ -745,17 +745,17 @@ static void ble_evt_handler(ble_evt_t * p_ble_evt) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
|
case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
|
||||||
BLE_DRIVER_LOG("BLE EVT SEC PARAMS REQUEST\n");
|
BLE_DRIVER_LOG("BLE EVT SEC PARAMS REQUEST\n");
|
||||||
// pairing not supported
|
// pairing not supported
|
||||||
(void)sd_ble_gap_sec_params_reply(p_ble_evt->evt.gatts_evt.conn_handle,
|
(void)sd_ble_gap_sec_params_reply(p_ble_evt->evt.gatts_evt.conn_handle,
|
||||||
BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP,
|
BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#if (BLUETOOTH_SD == 130) || (BLUETOOTH_SD == 132)
|
#if (BLUETOOTH_SD == 130) || (BLUETOOTH_SD == 132)
|
||||||
case BLE_GAP_EVT_ADV_REPORT:
|
case BLE_GAP_EVT_ADV_REPORT:
|
||||||
BLE_DRIVER_LOG("BLE EVT ADV REPORT\n");
|
BLE_DRIVER_LOG("BLE EVT ADV REPORT\n");
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue