All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Fixed issue in bluetooth-meshd which causes HCI
@ 2020-08-18 16:36 Daan Pape
  2020-08-18 16:36 ` [PATCH BlueZ 1/1] Fixed issue in bluetooth-meshd which causes HCI error 0x12 when LE scanning is enabled because no random address was set. This is fixed by using the default HCI own device address option Daan Pape
  0 siblings, 1 reply; 3+ messages in thread
From: Daan Pape @ 2020-08-18 16:36 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Daan Pape

I had compiled bluez for OpenWRT and was running the bluetooth-meshd
daemon with a Fanstel BT680T module which implement the Bluetooth 5.0
core specification.

The daemon did not properly start and failed with error:

LE Scan enable failed (0x12)

This error is described on page 2496 of the Bluetooth Core Specification
Version 5.2 and is caused by the fact that no random address was
initialized. The issue is resolved by falling back to using the default
HCI advertisement settings which use the public device address in it's
advertisements.

This is the first time that I contribute to Bluez so please forgive me
if I made any styling mistake in the patch format. I also did not include
my details in the 'AUTHORS' file just yet as I first wanted to wait
for your reaction. In case the patch is accepted my name can be added
to the 'AUTHORS' file as:

Daan Pape <daan@dptechnics.com>

Please do not hesitate to ask any further questions if neccesary.

Kind regards,
Daan Pape

Daan Pape (1):
  Fixed issue in bluetooth-meshd which causes HCI error 0x12 when LE
    scanning is enabled because no random address was set. This is fixed
    by using the default HCI own device address option.

 mesh/mesh-io-generic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-19  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 16:36 [PATCH BlueZ 0/1] Fixed issue in bluetooth-meshd which causes HCI Daan Pape
2020-08-18 16:36 ` [PATCH BlueZ 1/1] Fixed issue in bluetooth-meshd which causes HCI error 0x12 when LE scanning is enabled because no random address was set. This is fixed by using the default HCI own device address option Daan Pape
2020-08-19  3:12   ` Gix, Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.