You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't expose the includedServices array from CoreBluetooth.
Solution
Investigate the use case of includedServices and how they are represented within the GATT model. This should provide more guidance on how we can translate this model into SpeziBluetooth. It might be viable to allow nested @Service declarations, with additional support within the BluetoothPeripheral actor implementation.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, we don't expose the
includedServices
array from CoreBluetooth.Solution
Investigate the use case of
includedServices
and how they are represented within the GATT model. This should provide more guidance on how we can translate this model into SpeziBluetooth. It might be viable to allow nested@Service
declarations, with additional support within theBluetoothPeripheral
actor implementation.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: