Rand Dusing

Results 78 comments of Rand Dusing

~~This should be fixed thanks to @mattkhaw's PR: https://github.com/randdusing/cordova-plugin-bluetoothle/pull/607~~

Oops, I posted this on the wrong issue. This fixes #302

Android only returns back the advertisement encoded string of byte. You'll have to parse that, but it most likely doesn't return what you need.

You should be able to pass a name parameter to the startAdvertising() method.

Try using string to bytes and bytes to encoded string ad then pass that to manufacturerSpecificData

What type of device are you connecting to? Have you tried restarting that? And restarting the phone?

Can you paste some JavaScript code?

Is this on Android? The device address needs to be sent as a param. I'll update the readme shortly

Looks related to this: #579 I don't have any Android devices any longer, so someone else will need to test and raise a PR.

Yah, this plugin is only for BLE. I'm not familiar with any classic Bluetooth plugins