Sunbreak

Results 198 comments of Sunbreak

> Hi Sunbreak, > > I'm working on an iOS-App. > > Thank you I'd like to implement `Get being connected device list` this month BTW. `iOS`/`macOS` could not get...

A further reading: https://punchthrough.com/core-bluetooth-basics/ > In some cases, like for HID devices, once a peripheral is bonded, iOS will automatically connect to it whenever it sees the peripheral advertising. This...

Sorry. I don't have a pairable BLE device to test. I would recommand you post on to MSDN community or StackOverflow for help Windows has a lot of glitches on...

> I had another console app using BTLE Could you share info or code?

Which platform do you infer? Android has [requestConnectionPriority(int)](https://developer.android.com/reference/android/bluetooth/BluetoothGatt#requestConnectionPriority(int)) I haven't finished refactor from `notepad_core` to `quick_blue` https://github.com/woodemi/notepad_core/blob/b0e329f3d6e02f14f8a0e5e48a6ddb48e026b658/notepad_core/android/src/main/kotlin/io/woodemi/notepad_core/NotepadCorePlugin.kt#L128-L136 ```kt "requestConnectionPriority" -> { val bleConnectionPriority = call.argument("bleConnectionPriority")!! connectGatt?.requestConnectionPriority(when (bleConnectionPriority) { "high" ->...

> 2M Phy channel Any doc or testable device?

So we could use an Android 8+ device as **peripheral** to test `2MPhy`?

> Hi, sorry for my delay. You can configure an Arduino with BLE in order to work onto 2M phy and test the library. Sorry. I don't have an Arduino...

Try https://github.com/woodemi/quick.flutter