Skip to content

Releases: fO-000/bluing

v0.6.7

14 Sep 03:03
Compare
Choose a tag to compare

Fixed dependencies

v0.6.6: 1. Improved logging system.

14 Sep 02:27
Compare
Choose a tag to compare
  1. Improved logging system.
  2. A more friendly scanning experience (Halo).
  3. Used CompanyIdentfiers.csv to parse the manufacturer name in HCI_Read_Remote_Version_Information_Complete.

v0.6.5

06 Jul 08:30
Compare
Choose a tag to compare

Simply supported retrieving the HIDDescriptorList attribute

v0.6.4

19 May 18:11
Compare
Choose a tag to compare
  • Made --addr-type=<str> optional for GATT scan. And at this time bluescan will try to automatically detect remote LE address type, if --addr-type=<str> is not provided.
  • Updated README to better solve installation and runtime errors.
  • Updated dependencies.

v0.6.3: * Structured LE and GATT scan result.

30 Apr 08:12
Compare
Choose a tag to compare
  • Structured LE and GATT scan result.
  • Improved LE devices scan. Parsed more GAP type-name and so on.
  • Improved GATT scan. Parsed more UUIDs and so on.
  • Used oui.txt to map BD_ADDD to the company name.

v0.6.2: Improved SDP scanning. Supported parsing GoepL2CapPsm and

12 Apr 08:20
Compare
Choose a tag to compare

Improved SDP scanning. Supported parsing GoepL2CapPsm and SupportedFormatsList of OBEXObjectPush.

v0.6.1

08 Apr 11:22
Compare
Choose a tag to compare

Updated dependencies

v0.6.0: 1. Improved GATT scanning using Bluetooth agent.

08 Apr 09:20
Compare
Choose a tag to compare
  1. Improved GATT scanning using Bluetooth agent.
  2. Added --clean and --io-capability=<name> option.

v0.5.0: New SMP feature scanning

05 Feb 06:36
Compare
Choose a tag to compare
  1. Added SMP Pairing features scanning.
  2. Fixed "struct error" when parsing HCI_Inquiry_Result event. (issue #9 by @project-jj)
  3. Improved LE device scanning.

v0.4.1: 1. Supported Python 3.9.1

25 Dec 03:33
Compare
Choose a tag to compare
  1. Supported Python 3.9.1
  2. Added timeout option for LE LL feature scanning
  3. Fixed some bug.