• hmmmm... I guess I need to develop my ble device attributes a little better... they come up as 'undefined' when I call them in chrome browser

        navigator.bluetooth.requestDevice(optionĀ­s1)
        .then(device => {
          console.log('> Services:         ' + device.services);
          console.log('> namePrefix:         ' + device.namePrefix);
          console.log('> Name:             ' + device.name);
          //console.log('> Id:               ' + device.id);
          //console.log('> Connected:        ' + device.gatt.connected);
        })
    
About

Avatar for hydronics @hydronics started