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 合併指標
 (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

貢獻者指南