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