пристрої між собою зв'язані, тобто коли я виконую
networking.bluetooth.getDevices(function (devices) {
for (var i = 0; i < devices.length; i++) {
// The deviceInfo object has the following properties:
// address: String --> The address of the device, in the format 'XX:XX:XX:XX:XX:XX'.
// name: String --> The human-readable name of the device.
// paired: Boolean --> Indicates whether or not the device is paired with the system.
// uuids: Array of String --> UUIDs of protocols, profiles and services advertised by the device.
console.log(devices[i].address);
}
});
то я отримую mac адресу зпареного пристрою. після цього хочу зним з'єднатися за допомогою коду з першого повідомлення