-
**Describe the bug**
I have a Bluetooth device that advertises it's name.
When running a scan/discovery with plain old CoreBluetooth i receive a `CBPeripheral` with the correct name in its `name` …
-
When trying to run on current version of xcode the project does not build with an error of "Property UUID not found on object of type CBCentral *"
-
Cannot call establish connection while connection has not been disposed. I understand not having multiple connections to one device, but what if I want to connect to more than one peripheral?
CoreBl…
-
* bleak version: latest
* Python version: 3.9.11
* Operating System: Linux / CircuitPython
* BlueZ version (`bluetoothctl -v`) in case of Linux: not relevant
### Description
At PyCon 2022, we…
-
Hi,
I have a demo program using this library working on linux, but it fails on MacOS using CoreBluetooth. I get the following output:
```
peripheral_manager_did_update_state
CBManagerStatePowe…
-
Attempting to
``` swift
bluetoothManager.startAdvertising(nil)
bluetoothManager.stopAdvertising()
```
in `triggerBluetoothStatusUpdate()` outputs an error message on the iOS system console:
> [Core…
-
I have code
``` sendCharacteristic=service.GetCharacteristicAsync(GattIdentifiers.UartGattCharacteristicSendId); '''
and error message is with latest prerelease vs 22
Error (active) CS1061…
-
Logging shows:
`
API MISUSE: Cancelling connection for unused peripheral , Did you forget to keep a reference to it?
`
This error comes from `CoreBluetooth`.
Haven't found much rhyme or rea…
-
**Is your feature request related to a problem? Please describe.**
Apps using `RxBluetoothKit` with iOS 15 SDK cannot be built.
**Describe the solution you'd like**
Fix issues related to `CoreBlu…
-
2018-05-10 14:21:52.200727+0800 BLEMiblueTooth[904:423908] [CoreBluetooth] API MISUSE: Cancelling connection for unused peripheral , Did you forget to keep a reference to it?