bcsphere / bluetooth

Please support! Kindly "Star" this standard Bluetooth Smart API / SDK :) The "bcsphere/bluetooth" is a phonegap/cordova plugin. It's a Bluetooth JavaScript API from JUMA, a Bluetooth expert team. It supports both Bluetooth 4.0 GATT/Bluetooth Low Energy (BLE) interface in iOS/Android and Bluetooth 2.1 Classic Rfcomm / L2cap socket interface as Bluetooth Serial Port/SPP, as well as iBeacon!
Apache License 2.0
299 stars 12 forks source link

[Question] Android & iOS #32

Open JohnKimDev opened 9 years ago

JohnKimDev commented 9 years ago

Is it possible to 'see' iOS BLE signal from Android and vice versa? From what I read, it is not possible to communicate between iOS and Android using Rfcomm/L2cap socket. But I am wondering if it is possible to just list visible BLE signals with their BSSIDs. Thank you

dantiana commented 9 years ago

Android can see iOS and connect with iOS. But not vice vers. iOS cannot see Android right now, because Android does not support broadcast at the moment.

JohnKimDev commented 9 years ago

thank you for the info. 1) can you share how I can see iOS devices from Android using your code? 2) Do you know if there is any work around to see Android devices (Wifi, bluetooth, or any) from iOS without direct connection ? Thank you