[New-bugs-announce] [issue25056] no support for Bluetooth LE in socket

Tim Tisdall report at bugs.python.org
Thu Sep 10 15:51:56 CEST 2015


New submission from Tim Tisdall:

When Bluetooth LE support was added to Bluez they expanded sockaddr_l2 (the struct for making L2CAP connections) to include a l2_bdaddr_type.  Since the existing code initializes the struct with 0's the type is set to regular Bluetooth (BDADDR_BREDR).  An additional optional argument is needed to allow it to also be set to BDADDR_LE_PUBLIC or BDADDR_LE_RANDOM which indicate it's a LE connection to be made.

----------
components: Library (Lib)
messages: 250376
nosy: Tim.Tisdall
priority: normal
severity: normal
status: open
title: no support for Bluetooth LE in socket
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25056>
_______________________________________


More information about the New-bugs-announce mailing list