zephyrproject-rtos/zephyr

Bluetooth: Specify unit of RSSI in API

クローズ

#55,480 opened on 2023/03/06

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

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. In bluetooth.h there are multiple uses of rssi, but the unit is not described.

The unit of struct bt_le_scan_recv_info and bt_le_scan_cb_t is in dBm, but is not specified.

Describe the solution you'd like Specifiy the unit of RSSI in all uses, and if they are not already the same unit, they should be made into the same unit.

Describe alternatives you've considered N/A

Additional context N/A

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