This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tim.Tisdall
Recipients Tim.Tisdall
Date 2015-09-10.13:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441893116.99.0.907046270099.issue25056@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-10 13:51:57Tim.Tisdallsetrecipients: + Tim.Tisdall
2015-09-10 13:51:56Tim.Tisdallsetmessageid: <1441893116.99.0.907046270099.issue25056@psf.upfronthosting.co.za>
2015-09-10 13:51:56Tim.Tisdalllinkissue25056 messages
2015-09-10 13:51:56Tim.Tisdallcreate