You are reading a single comment by @billsalt and its replies. Click here to read the full conversation.
  • Thanks @Gordon -- yes, that will work just fine, but I was hoping for a bit more support. Certainly an 'enhancement request' if you decide to provide specific support for iBeacon and Eddystone scanning. What would be great would be:

    NRF.requestDevice({ filters: [{ eddystoneNamepace: '1234567890' }] }).then(function(device) { ... });
    

    Support for iBeacon might be something like:

    NRF.requestDevice({ filters: [{ ibeaconUuid: 'B9407F30F5F8466EAFF925556B57FE6D' }] }).then(function(device) { ... });
    
About

Avatar for billsalt @billsalt started