diff --git a/examples/src/bin/ble_keyboard_peripheral_builder.rs b/examples/src/bin/ble_keyboard_peripheral_builder.rs index 838d7ee..426ea52 100644 --- a/examples/src/bin/ble_keyboard_peripheral_builder.rs +++ b/examples/src/bin/ble_keyboard_peripheral_builder.rs @@ -16,6 +16,7 @@ use nrf_softdevice::ble::gatt_server::builder::ServiceBuilder; use nrf_softdevice::ble::gatt_server::characteristic::{Attribute, Metadata, Presentation, Properties}; use nrf_softdevice::ble::gatt_server::{CharacteristicHandles, RegisterError, WriteOp}; use nrf_softdevice::ble::{gatt_server, peripheral, Connection, Uuid}; +use nrf_softdevice::ble::security::SecurityHandler; use nrf_softdevice::{raw, Softdevice}; const DEVICE_INFORMATION: Uuid = Uuid::new_16(0x180a);