Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed Feb 4, 2024
1 parent 6531d70 commit 2335e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/bin/ble_keyboard_peripheral_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2335e28

Please sign in to comment.