search so that I can extract the mac address of my device from a list of strings. I need to match this device name:
Device 5: Broadcom Bluetooth Device (APPLE - 00:02:72:C7:EB:AC)
and I want to extract the bdaddress in the end, that is, (00:02:72:C7:EB:AC).
How can I do that?