diff --git a/wireless/bluetooth/bt_buf.c b/wireless/bluetooth/bt_buf.c index a79fac8168..f39b2d9f01 100644 --- a/wireless/bluetooth/bt_buf.c +++ b/wireless/bluetooth/bt_buf.c @@ -639,7 +639,7 @@ uint16_t bt_buf_get_le16(FAR struct bt_buf_s * buf) value = BT_GETUINT16((FAR uint8_t *)buf->data); bt_buf_consume(buf, sizeof(value)); - return BT_LE162HOST(value); + return value; } /****************************************************************************