enhance(ble): rm unused code from devinfo demo #28
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
build:
examples/embassy-ble-scanner.rs#L123
missing field `pa_config` in initializer of `ch58x_hal::ble::Config`
|
build:
examples/ble-peripheral.rs#L85
cannot find function, tuple struct or tuple variant `GAPRole_SetParameter` in this scope
|
build:
examples/ble-peripheral.rs#L86
cannot find function, tuple struct or tuple variant `GAPRole_SetParameter` in this scope
|
build:
examples/ble-peripheral.rs#L91
cannot find function, tuple struct or tuple variant `GAPRole_SetParameter` in this scope
|
build:
examples/ble-peripheral.rs#L92
cannot find function, tuple struct or tuple variant `GAPRole_SetParameter` in this scope
|
build:
examples/ble-peripheral.rs#L93
cannot find function, tuple struct or tuple variant `GAPRole_SetParameter` in this scope
|
build:
examples/ble-peripheral.rs#L110
cannot find function, tuple struct or tuple variant `GAP_SetParamValue` in this scope
|
build:
examples/ble-peripheral.rs#L111
cannot find function, tuple struct or tuple variant `GAP_SetParamValue` in this scope
|
build:
examples/ble-peripheral.rs#L114
cannot find function, tuple struct or tuple variant `GAP_SetParamValue` in this scope
|
build:
examples/ble-peripheral.rs#L138
failed to resolve: use of undeclared type `GATTServApp`
|
build:
src/ble/mod.rs#L12
unused import: `println`
|
build:
src/ble/ffi.rs#L230
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L252
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L254
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L256
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L258
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L260
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L300
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L309
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L669
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|