fix(ble): avoid use default mac address from sys flash #26
Annotations
10 errors and 10 warnings
build:
examples/embassy-ble-scanner.rs#L9
unresolved import `embassy_time`
|
build:
examples/embassy-ble-scanner.rs#L96
failed to resolve: could not find `embassy` in `hal`
|
build:
examples/embassy-ble-scanner.rs#L38
cannot find type `gapRoleEvent_t` in this scope
|
build:
examples/embassy-ble-scanner.rs#L43
cannot find function, tuple struct or tuple variant `GAPRole_ObserverStartDiscovery` in this scope
|
build:
examples/embassy-ble-scanner.rs#L67
cannot find type `gapRoleObserverCB_t` in this scope
|
build:
examples/embassy-ble-scanner.rs#L67
cannot find struct, variant or union type `gapRoleObserverCB_t` in this scope
|
build:
examples/embassy-ble-scanner.rs#L71
cannot find function, tuple struct or tuple variant `GAPRole_ObserverStartDevice` in this scope
|
build:
examples/embassy-ble-scanner.rs#L78
cannot find function, tuple struct or tuple variant `GAPRole_CancelSync` in this scope
|
build:
examples/embassy-ble-scanner.rs#L79
cannot find function, tuple struct or tuple variant `GAPRole_ObserverStartDiscovery` in this scope
|
build:
examples/embassy-ble-scanner.rs#L130
cannot find function, tuple struct or tuple variant `GAPRole_ObserverInit` in this scope
|
build:
src/ble/mod.rs#L10
unused import: `println`
|
build:
src/ble/gattservapp.rs#L40
type `pfnGATTReadAttrCB_t` should have an upper camel case name
|
build:
src/ble/gattservapp.rs#L52
type `pfnGATTWriteAttrCB_t` should have an upper camel case name
|
build:
src/ble/gattservapp.rs#L63
type `pfnGATTAuthorizeAttrCB_t` should have an upper camel case name
|
build:
src/gpio.rs#L290
function `init` is never used
|
build:
src/gpio.rs#L303
function `irq_handler` is never used
|
build:
src/ble/ffi.rs#L252
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L265
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L267
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|
build:
src/ble/ffi.rs#L269
`extern` block uses type `Result<(), NonZeroU8>`, which is not FFI-safe
|