Tribler / kotlin-ipv8

P2P communication library for Android
62 stars 27 forks source link

Bluetooth LE support #15

Closed MattSkala closed 4 years ago

MattSkala commented 4 years ago

Add Bluetooth LE endpoint and discovery

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will decrease coverage by 1.91%. The diff coverage is 56.80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
- Coverage     77.41%   75.50%   -1.92%     
- Complexity      483      493      +10     
============================================
  Files            54       57       +3     
  Lines          1820     1886      +66     
  Branches        231      254      +23     
============================================
+ Hits           1409     1424      +15     
- Misses          273      303      +30     
- Partials        138      159      +21     
Impacted Files Coverage Δ Complexity Δ
...va/nl/tudelft/ipv8/messaging/EndpointAggregator.kt 42.85% <0.00%> (ø) 9.00% <0.00%> (?%)
...elft/ipv8/messaging/bluetooth/BluetoothEndpoint.kt 0.00% <0.00%> (ø) 0.00% <0.00%> (?%)
...delft/ipv8/messaging/bluetooth/BluetoothAddress.kt 0.00% <0.00%> (ø) 0.00% <0.00%> (?%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70a7a1d...608238b. Read the comment docs.