This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
GetBluetoothName
Hello World
Returns the Bluetooth name of the device.
app.GetBluetoothName() →
String
See Also:
CreateBluetoothSerial
Example - Show Bluetooth Name
click to expand contents
function
OnStart
(
)
{
var
name
=
app
.
GetBluetoothName
(
)
;
app
.
Alert
(
name
)
;
}
Copy
Copy All
Run
loading