File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.12.0
1+ 0.14.0
2+ ---
3+ * ** core**
4+ - mac: Add MAC accessor for returning the MAC in the usual format
5+ * ** nordic semi**
6+ - sd: send the correct response to BLE_GAP_EVT_PHY_UPDATE_REQUEST
7+ * ** hci**
8+ - fix: HCI should not read data past the end of the available buffer to store it. To fix #396
9+ * ** linux**
10+ - fix: Actually stop BLE scan.
11+ - fix: Update gattc_linux.go to properly unsubscribe from notifications using dbus call
12+ * ** windows**
13+ - fix: Fix memory leak in adapter.Scan (#383 )
14+
15+
16+ 0.13.0
217---
318* ** core**
419 - Introduce AdvertisementPayload.ServiceUUIDs()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
22
33// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
44// Update this value before release of new version of software.
5- const Version = "0.13 .0"
5+ const Version = "0.14 .0"
You can’t perform that action at this time.
0 commit comments