What's the easiest way to convert a MAC address string (e.g. AABBCCEEFF00) to a format that the BleConnect method requires?

It can be obtained by concatenating escaping address type (e.g. \00, \01, \10, \11) + StrDehexize$( Mac address string).