Searched refs:baswap (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/lib/ |
D | bluetooth.c | 41 void baswap(bdaddr_t *dst, const bdaddr_t *src) in baswap() function 71 baswap(ba, &b); in strtoba() 96 baswap(ba, &b); in str2ba()
|
/external/bluetooth/bluez/test/ |
D | hciemu.c | 447 baswap(&ba, &vdev.bdaddr); in scan_enable() 546 baswap(&ba, &vdev.bdaddr); in create_connection() 557 baswap(&ba, &cp->bdaddr); in create_connection() 584 baswap(&conn->dest, &ba); in create_connection() 1034 baswap(ba, &b); in getbdaddrbyname()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 148 void baswap(bdaddr_t *dst, const bdaddr_t *src);
|
/external/bluetooth/bluez/network/ |
D | common.c | 131 baswap((bdaddr_t *)&req.dst, dst); in bnep_kill_connection()
|
/external/bluetooth/hcidump/parser/ |
D | parser.h | 151 baswap((bdaddr_t *) b, ba); in p_ba2str()
|