UNPKG

@s89/ble-ancs

Version:

An Apple ANCS reciever from Linux. It is a combination of the Bleno, Noble and ANCS projects from Sandeep Mistry

8 lines (6 loc) 119 B
module.exports.removeDashes = function(uuid) { if (uuid) { uuid = uuid.replace(/-/g, ''); } return uuid; };