Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 365 forks source link

Use with MFi devices #375

Open brentgti opened 4 years ago

brentgti commented 4 years ago

Hi, sorry if this is not the appropriate place to ask this, but I’m trying to find a Bluetooth chip that will override iOS location services, as this device does: https://www.amazon.com/Dual-Electronics-XGPS150A-Multipurpose-Augmentation/dp/B006M49G80?ref_=ast_sto_dp.

We took the device apart to see what Bluetooth chip it uses (it's a BC417), but I’m wondering if RxBluetoothKit could be used to get information about the Bluetooth chip (manufacturer and maybe model) for other devices without having to physically open them up. Maybe you know of other tools to do this, or maybe even some Bluetooth MFi chip manufacturers that may do what we want. If so, please do share.

Thanks.