Bluetooth: Classic: GAP: Write EIR support #6
Annotations
6 errors, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 5.
|
check-warns:
Gitlint.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
1: UC2 Signed-off-by: must have a full name
|
check-warns:
Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
832fd9af372f16fafcdce0458873f625ebd8f12b: author email (fangzhenwei <[email protected]>) does not follow the syntax: First Last <email>.
|
check-warns:
Kconfig.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Kconfig:19: '$APPSDIR/external/zblue/zblue/subsys/bluetooth/Kconfig' not found (in 'source "$APPSDIR/external/zblue/zblue/subsys/bluetooth/Kconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is set to '/home/runner/work/external_zblue/external_zblue'). Also note that unset environment variables expand to the empty string.
|
check-warns:
KconfigBasicNoModules.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Kconfig:19: '$APPSDIR/external/zblue/zblue/subsys/bluetooth/Kconfig' not found (in 'source "$APPSDIR/external/zblue/zblue/subsys/bluetooth/Kconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is set to '/home/runner/work/external_zblue/external_zblue'). Also note that unset environment variables expand to the empty string.
|
check-warns
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- uint8_t status;
- uint8_t fec_required;
- uint8_t extended_inquiry_response[240];
+ uint8_t status;
+ uint8_t fec_required;
+ uint8_t extended_inquiry_response[240];
File:include/zephyr/bluetooth/hci_types.h
Line:731
|
Run Compliance Tests:
include/zephyr/bluetooth/hci_types.h#L731
include/zephyr/bluetooth/hci_types.h:731
- uint8_t status;
- uint8_t fec_required;
- uint8_t extended_inquiry_response[240];
+ uint8_t status;
+ uint8_t fec_required;
+ uint8_t extended_inquiry_response[240];
|
Loading