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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to