commit | e0194750cf593b1e100e3bfb9af8542d59b70067 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Wed Aug 16 15:08:52 2017 +0200 |
committer | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Aug 17 10:02:07 2017 +0200 |
tree | 05c53c01bb719f5ea54414bb6b0dfc1077523327 | |
parent | 01338fd3eda68f33aafb85d2fb840eaaf642c31d [diff] |
Bluetooth: controller: Fix RSSI sign The RSSI value is an 8-bit signed integer. Since the Link Layer works only with positive unsigned integers, translate into a negative number at the HCI layer. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>