Return-Path: MIME-Version: 1.0 In-Reply-To: References: <20160419172500.GA16645@t440s.P-661HNU-F1> From: =?UTF-8?Q?Fran=C3=A7ois_Beaufort?= Date: Wed, 20 Apr 2016 08:49:29 +0200 Message-ID: Subject: Re: Add Eddystone GATT Config Service to known UUIDs To: BlueZ development Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Regarding my initial request, can someone point to me where to start if I wanted to code that? On Tue, Apr 19, 2016 at 8:09 PM, François Beaufort wrote: > For info, I've asked this question at > https://github.com/google/eddystone/issues/138 > Let's see what they say. > > On Tue, Apr 19, 2016 at 7:25 PM, Johan Hedberg wrote: >> Hi François, >> >> On Tue, Apr 19, 2016, François Beaufort wrote: >>> I'd love to see the new Eddystone Configuration GATT Service >>> (https://github.com/google/eddystone/tree/master/configuration-service) >>> being recognized by BlueZ. >>> Could you guys make this happen? >> >> That'd indeed be nice! I'm not volunteering, but I do have a question >> about this part: >> >> "Where not explicitly stated, data written and read is defined in terms >> of big-endian arrays of signed bytes." >> >> Why on earth big-endian? GATT, like most other Bluetooth protocols, is >> little-endian. Can this still be fixed? >> >> Johan