Releases: fO-000/bluing
Releases · fO-000/bluing
v0.6.7
v0.6.6: 1. Improved logging system.
- Improved logging system.
- A more friendly scanning experience (Halo).
- Used
CompanyIdentfiers.csv
to parse the manufacturer name in HCI_Read_Remote_Version_Information_Complete.
v0.6.5
v0.6.4
v0.6.3: * Structured LE and GATT scan result.
- 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
Improved SDP scanning. Supported parsing GoepL2CapPsm and SupportedFormatsList of OBEXObjectPush.
v0.6.1
v0.6.0: 1. Improved GATT scanning using Bluetooth agent.
- Improved GATT scanning using Bluetooth agent.
- Added
--clean
and--io-capability=<name>
option.
v0.5.0: New SMP feature scanning
- Added SMP Pairing features scanning.
- Fixed "struct error" when parsing HCI_Inquiry_Result event. (issue #9 by @project-jj)
- Improved LE device scanning.
v0.4.1: 1. Supported Python 3.9.1
- Supported Python 3.9.1
- Added timeout option for LE LL feature scanning
- Fixed some bug.