issues
search
RobotPajamas
/
SwiftyTeeth
A simple, lightweight library intended to take away some of the cruft and tediousness of using CoreBluetooth
Apache License 2.0
23
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Prepare repo for CI
#66
sureshjoshi
opened
10 months ago
0
Updated repo for Xcode 15 and re-formatted
#65
sureshjoshi
closed
11 months ago
0
Swift 5.9 fixes
#64
davidfmiller
closed
11 months ago
0
Investigate 16-bit UUID shenanigans with SwiftyTooth
#63
sureshjoshi
opened
1 year ago
1
Investigate replacing all composites with extensions
#62
sureshjoshi
opened
1 year ago
0
Update repo for Xcode 15 and Swift 5.9
#61
sureshjoshi
closed
11 months ago
0
Created a simple Central example using SwiftyTeeth
#60
sureshjoshi
closed
1 year ago
0
Updated repo for Xcode 14 and Swift 5.8
#59
sureshjoshi
closed
1 year ago
0
Update for Xcode 14 and Swift 5.8
#58
sureshjoshi
closed
1 year ago
0
Investigate BLE scanning not working on MacOS 12
#57
sureshjoshi
closed
1 year ago
2
feature/55-service-uuid-optional - XCode13/iOS15 CoreBluetooth support
#56
sureshjoshi
closed
3 years ago
0
Xcode 13: Value of optional type 'CBService?' must be unwrapped to refer to member 'uuid' of wrapped base type 'CBService'
#55
sureshjoshi
closed
3 years ago
0
Investigate async/await API
#54
sureshjoshi
opened
3 years ago
5
Multiple commands produce
#53
albetoetecnia
opened
3 years ago
6
Remove develop branch
#52
sureshjoshi
closed
1 year ago
1
feature/50-swift53 - Update to recommended settings for Big Sur/Xcode 12.2/Swift 5.3
#51
sureshjoshi
closed
3 years ago
0
Update to recommended settings for Big Sur/Swift 5.3/Xcode 12.2
#50
sureshjoshi
closed
3 years ago
0
feature/23-clear-queue - Clear OperationQueue on disconnection
#49
sureshjoshi
closed
4 years ago
0
Feature/13-retrieve-peripherals - Add functionality to retrieve peripherals by UUID
#48
sureshjoshi
closed
4 years ago
0
feature/29-connection-state - Expose Connection state
#47
sureshjoshi
closed
4 years ago
0
Feature/43-string-to-UUID - Replace strings with UUIDs
#46
sureshjoshi
closed
4 years ago
0
Create a proper thread-safe queue, in lieu of the Dequeue grabbed from Github
#45
sureshjoshi
opened
4 years ago
1
Create notification queue to avoid exposing peripheralIsReady
#44
sureshjoshi
closed
4 years ago
0
Replace strings with UUIDs
#43
sureshjoshi
closed
4 years ago
0
Investigate whether multiple characteristics can validly have the same UUID
#42
sureshjoshi
opened
4 years ago
0
Port sample code over to SwiftUI
#41
sureshjoshi
closed
4 years ago
0
Connecting Two AirPods with one iPhone
#40
osamainam777
closed
4 years ago
3
Investigate implicit disconnections when using reactive API
#39
sureshjoshi
opened
4 years ago
0
"Use of undeclared type" when building using SPM
#38
sureshjoshi
closed
4 years ago
0
Investigate iOS13 Combine API (or extension)
#37
sureshjoshi
closed
4 years ago
2
Expose functionality to create BLE peripheral
#36
sureshjoshi
closed
4 years ago
0
Drop iOS 9 support
#35
sureshjoshi
closed
4 years ago
0
Replace Test Peripheral with Swift interpreted file
#34
sureshjoshi
closed
4 years ago
0
Setup Swift Package Manager
#33
sureshjoshi
closed
4 years ago
0
Only call retrievePeripherals when centralManager is .on
#32
sureshjoshi
closed
1 year ago
1
Migrate to Swift 5
#31
sureshjoshi
closed
5 years ago
0
Replace 'Result' with Swift stdlib implementation when released
#30
sureshjoshi
closed
4 years ago
0
Expose connectionstate
#29
sureshjoshi
closed
4 years ago
0
Add Test Peripherals from Blueteeth
#28
sureshjoshi
closed
6 years ago
0
Replace OperationQueue with Custom Dispatcher
#27
sureshjoshi
opened
6 years ago
1
Move read/write checks for target service/characteristic into QueueItem
#26
sureshjoshi
opened
6 years ago
0
Create Mock objects for unit testing/simulation
#25
sureshjoshi
opened
6 years ago
2
Support cancellation of commands
#24
sureshjoshi
opened
6 years ago
0
Clear queue on Disconnection
#23
sureshjoshi
closed
4 years ago
0
Check for isCancelled before callback is run
#22
sureshjoshi
opened
6 years ago
0
Support timeout for Queue
#21
sureshjoshi
opened
6 years ago
0
Create send/receive queues
#20
sureshjoshi
closed
6 years ago
1
Expose Bluetooth state to callback
#19
sureshjoshi
closed
6 years ago
0
Replace callbacks with Result pattern
#18
sureshjoshi
closed
6 years ago
1
Test out Rx extension
#17
sureshjoshi
closed
6 years ago
1
Next