Ken Davidson

Results 60 comments of Ken Davidson

Here is a sample project showing how to use Core Bluetooth with 'Classic' although I don't believe this covers RFCOMM which this library is primarily for. The library already uses...

It looks like `CoreBluetooth` still doesn't support this. At this point I'm going to leave it as a known issue between Android and IOS. IOS controls a number of things...

At this point no, if you feel confident in writing the headless service in a manner that is generic and would fit well with the project, I'd definitely accept a...

All this does is pass through to the android system. You can easily add your own time out to stop scanning based on your own rules to cancel discovery. Not...

https://github.com/kenjdavidson/react-native-bluetooth-classic/blob/5a9b0c2249da025bec431e7f4f47bcdf8c049997/android/src/main/java/kjd/reactnative/bluetooth/RNBluetoothClassicModule.java#L452 Does that do it? Get Outlook for Android ________________________________ From: Gerald Alarcon ***@***.***> Sent: Friday, September 9, 2022 12:27:08 PM To: kenjdavidson/react-native-bluetooth-classic ***@***.***> Cc: Ken Davidson ***@***.***>; Comment ***@***.***>...

Any update on this, did you get the `DEVICE_FOUND` event working?

Does the data you're looking for have the delimiter within each message? For example, when I'm requested data from my device > "ri\r" the data comes back in streams, with...

Anything you'd like me to look at with regards to this?

Right on, I will try to take a look at it next time I have a couple hours free to do so. I remember that I did it a particular...

- Rebased with latest changes - Updated `Association` and `Collection`(s) to include basic `javaType` and `ofType` With regards to the `BeanPropertyCache` I'm not entirely sure what the best course of...