ticofab
ticofab

Reputation: 7717

iOS to Android Bluetooth RFCOMM

I know this has been asked many times, but things seem to evolve very fast and the answers seem outdated.

Is there a way to let iOS and Android communicate via a Bluetooth RFCOMM channel? Maybe opening sockets?

Upvotes: 4

Views: 2144

Answers (1)

Pierre
Pierre

Reputation: 114

Unfortunately, this is impossible. RFCOMM is NOT supported on iOS unless the communication is encrypted through one of Apples' proprietary encryption chips. Since Android used "standards compliant" Bluetooth, and not Apple-encrypted Bluetooth, this won't work.

Upvotes: 2

Related Questions