zephyrproject-rtos/zephyr

Bluetooth: Controller: Use defines for access_addr and crc_init array sizes

オープン

#40,378 opened on 2021/11/16

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)C (9,144 件のフォーク)batch import
EnhancementGood first issuearea: Bluetootharea: Bluetooth Controller

Repository metrics

Stars
 (15,249 個のスター)
PR merge metrics
 (平均マージ 4d 21h) (30d で 1,000 merged PRs)

説明

Is your enhancement proposal related to a problem? Please describe. access_addr always seems to be of size 4; that should be #defined. crc_init always seem to be of size 3; that should be #defined.

https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677 https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or graphics (drag-and-drop an image) about the feature request here.

コントリビューターガイド