zephyrproject-rtos/zephyr

Bluetooth: Specify unit of RSSI in API

已关闭

#55,480 创建于 2023年3月6日

 (10 条评论) (1 个反应) (1 位负责人)C (9,144 个派生)batch import
EnhancementGood first issuearea: APIarea: Bluetooth

仓库指标

星标
 (15,249 个星标)
PR 合并指标
 (平均合并 4天 21小时) (30 天内合并 1,000 个 PR)

描述

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

贡献者指南