DrAma999 / LittleBlueTooth

A simple library that helps you in connecting with BLE devices
MIT License
79 stars 17 forks source link

Added discover methods for service and characteristic #40

Closed DrAma999 closed 1 year ago

DrAma999 commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (ac7bfbd) into master (e816f6b) will decrease coverage by 0.03%. The diff coverage is 70.73%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40/graphs/tree.svg?width=650&height=150&src=pr&token=BL673QEWEK&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo)](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo) ```diff @@ Coverage Diff @@ ## master #40 +/- ## ========================================== - Coverage 91.76% 91.72% -0.04% ========================================== Files 30 30 Lines 2634 2623 -11 ========================================== - Hits 2417 2406 -11 Misses 217 217 ``` | [Impacted Files](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo) | Coverage Δ | | |---|---|---| | [Sources/LittleBlueTooth/LittleBlueTooth.swift](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo#diff-U291cmNlcy9MaXR0bGVCbHVlVG9vdGgvTGl0dGxlQmx1ZVRvb3RoLnN3aWZ0) | `82.42% <25.00%> (+0.36%)` | :arrow_up: | | [Tests/LittleBlueToothTests/WriteReadTest.swift](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo#diff-VGVzdHMvTGl0dGxlQmx1ZVRvb3RoVGVzdHMvV3JpdGVSZWFkVGVzdC5zd2lmdA==) | `94.73% <92.85%> (-0.34%)` | :arrow_down: | | [...ces/LittleBlueTooth/Classes/Model/Peripheral.swift](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo#diff-U291cmNlcy9MaXR0bGVCbHVlVG9vdGgvQ2xhc3Nlcy9Nb2RlbC9QZXJpcGhlcmFsLnN3aWZ0) | `92.04% <100.00%> (-1.06%)` | :arrow_down: | | [...eBlueTooth/Classes/Proxies/CBPeripheralProxy.swift](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo#diff-U291cmNlcy9MaXR0bGVCbHVlVG9vdGgvQ2xhc3Nlcy9Qcm94aWVzL0NCUGVyaXBoZXJhbFByb3h5LnN3aWZ0) | `76.00% <100.00%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo). Last update [c115d1a...ac7bfbd](https://codecov.io/gh/DrAma999/LittleBlueTooth/pull/40?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrea+Finollo).