--- test/hciemu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/hciemu.c b/test/hciemu.c index 5227766..9eed9d9 100644 --- a/test/hciemu.c +++ b/test/hciemu.c @@ -1023,7 +1023,7 @@ static int getbdaddrbyname(char *str, bdaddr_t *ba) if (n == 5) { /* BD address */ - baswap(ba, strtoba(str)); + str2ba(str, ba); return 0; } -- 1.7.0.4 on behalf of ST-Ericsson -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html