-
Hello,
I've added as swift package dependency CoreBluetoothMock library and added as suggested the ` CoreBluetoothTypeAliases.swift ` to the project. Removed any reference to `import CoreBluetooth` i…
-
Hi there. I'm currently trying to mock out `CBCentralManager` using the experimental ObjC stubbing feature. I've run into an issue with the `delegate` property on this class... If I don't stub the `de…
-
Hi,
I tested BluetoothKit background scanning and I could not make it work. The issue I have encountered is that `scanContinuouslyWithChangeHandler` actually scans for 3 seconds, pauses for `inBetwe…
-
作者你好,最近遇到一个问题,就是连接设备后,设备会调用系统的弹窗要求输入配对码,只有配对码输入正确代码才会扫描特征值发送写数据的命令,但是这个配对码输入成功我这边的无法获取到,需求是在输入配对码正确后才会跳转下一个界面否则提示用户配对码输入错误这个能做吗?
-
I'm connecting to BLE device to read some characteristics and listen for notifications. When I'm done I would like to disconnect the device.
When I call disconnectOrCancelConnection() it says device …
-
For Linux, `bluer` already offers a great L2CAP [module](https://docs.rs/bluer/latest/bluer/l2cap/index.html) that could be stubbed. For iOS, @akiles started work doing this in their own `bluest` [for…
-
I'm connecting my micro:bit to OSX, and interacting with CoreBluetooth.
I can see it, and once paired, I can find all the services & characteristics, all good.
I subscribe to `E95DDA90-251D-470A-A0…
-
It would be great if there was a way to query the BLE adapter's capabilites, in particular regarding Bluetooth 5 support.
I'm primarily interested in querying support for the following two features…
-
Hello,
I am working on a project trying to pair my iPhone app with my bluetooth controller that is brsp protocol on it. I tried using Apples latest CoreBluetooth code to connect to the device. I can …
-
We have an application where we are subscribing to notifications from a peripheral. If we set the peripheral's update rate to anything less than ~100ms, our Noble app running on OSX will miss some fra…