-
## Steps to Reproduce
1. `flutter create --org com.example --template=plugin --platforms=macOS permissions`
2. Go to info.plist and add the`Privacy - Bluetooth Always Usage Description` key
3. I…
-
## Bug Report
**实际现象**
_didDisconnectPeripheralListener
error: {
"code" : "ECBERRORDOMAIN7",
"message" : "The specified device has disconnected from us.",
"nativeStackIOS" : [
"0 Mi…
-
Related to #888 and #717
The current state restore implementation has no way to retrieve the exact scan or notification event that caused the iOS app to be restored.
State restoration occurs as …
-
Hi Guys ,
very happy with NativeScript and plugin . Great job!!
However, I notice one BIG issue . step to reproduce:
1. connect to peripheral and send something and disconnect and connect ag…
-
The idea behind BluetoothStream (which is to offer an OS specific and trait and interface standard to layers above) seems to be a more suited abstraction for a layer below (possibly the HCI or lower p…
-
안녕하세요.
현재 wizturn 비콘을 이용하여 앱을 개발중에 있습니다.
다름이 아니라 앱에서 비콘을 감지하는 서비스를 돌리면 앱의 백그라운드 작업이 동작 하지 않는
문제가 있습니다. 이 문제에 관하여 인지하고 계신지, 혹은 해결 방법이 있는지 문의 드립니다.
참고로 앱에서 하는 백그라운드 작업은 비동기 통신(AsyncTask)입니다.
해당 문제…
-
Looks like in iOS 13 Apple made some changes to the CBCentralManager.
The issue happens at line 209 inside of RNNordicDfu.m
**retrievePeripheralsWithIdentifiers** returns 0 so the DFU process quits…
-
First of all, absolutely amazing library. I was able to more or less take my existing iOS code and port it straight over with incredible results. I am having 2 issues, both which revolve around using …
-
I am having this issue when I `startDFU` on iOS (on Android it works).
I already checked and the `deviceAddress` is the UUID of the device (at it should be).
Any idea?
-
안녕하세요.
사용자가 상태바에서 블루투스를 끄면 BroadcastReceiver 로 받아 스캔을 멈추게하려고 합니다. STATE_TURNING_OFF상태일때 제대로 리시버 안으로 들어오는데요. 여기서 stopscanning을 합니다. 갤럭시s4, lgG3로는 제대로 작동하는데 갤럭시s6 에서는 스캔이 멈추지 않습니다. 아무리해도 블루투스가 꺼진상태에서는 스…