Commit aca8c3e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
- Cargo.toml+12-7
- LICENSE+21-674
- README.md+3-3
- examples/advertisement_dump.rs+18-16
- examples/usb_test.rs+1-1
- examples/windows_gatt_test.rs+18
- examples/windows_test.rs+3-4
- src/bytes.rs+2-2
- src/dbus/adapter.rs+15
- src/dbus/messages.rs+40
- src/dbus/mod.rs+16
- src/dbus/session.rs+14
- src/hci/adapter.rs+1-2
- src/hci/adapters/mod.rs+5-3
- src/hci/usb/adapter.rs+55-24
- src/le/gatt/mod.rs+1
- src/le/scan.rs+5-2
- src/lib.rs+50-3
- src/windows/ble/advertisements/mod.rs+1
- src/windows/ble/advertisements/observer.rs+197
- src/windows/ble/gatt/characteristic.rs+156
- src/windows/ble/gatt/descriptor.rs+27
- src/windows/ble/gatt/device.rs+39
- src/windows/ble/gatt/mod.rs+4
- src/windows/ble/gatt/service.rs+110
- src/windows/ble/mod.rs+2-1
- src/windows/ble/observer.rs-181
- src/windows/mod.rs+88-20
0 commit comments