#!/bin/bash
hcitool lq $1  |awk -F: 'BEGIN {RS="\n";FS=":"} /Link/{printf $2}' |sed -e s/\ //g
