#!/bin/bash
hcitool scan |awk -F: 'BEGIN {RS="\n";FS=" "} /00/{printf $1}'
