mbox series

[BlueZ,0/2] Fix a couple of endian issues

Message ID 20200819132231.22673-1-mark.marshall@omicronenergy.com (mailing list archive)
Headers show
Series Fix a couple of endian issues | expand

Message

Mark Marshall Aug. 19, 2020, 1:22 p.m. UTC
From: Mark Marshall <markmarshall14@gmail.com>

I'm running BlueZ on a big-endian platform, and have found a couple of
small endian issues with the tools code.

Mark Marshall (2):
  btiotest: Correct setting of addr_type for big-endian platforms
  l2test: Correct the endian handling

 tools/btiotest.c |  7 ++++---
 tools/l2test.c   | 14 +++++++-------
 2 files changed, 11 insertions(+), 10 deletions(-)