Searched refs:baswap (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | lib.c | 42 void baswap(bdaddr_t *dst, const bdaddr_t *src) in baswap() function 51 EXPORT_SYMBOL(baswap);
|
| H A D | 6lowpan.c | 656 baswap((void *)peer->lladdr, &chan->dst); in add_peer_chan() 686 baswap(&addr, &chan->src); in setup_netdev()
|
| H A D | hci_sync.c | 3620 baswap(&hdev->public_addr, &ba); in hci_dev_get_bd_addr_from_property()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ll.c | 602 baswap(&bdaddr_swapped, bdaddr); in ll_set_bdaddr() 767 baswap(&lldev->bdaddr, bdaddr); in hci_ti_probe()
|
| H A D | btqca.c | 1027 baswap(&bdaddr_swapped, bdaddr); in qca_set_bdaddr()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 595 baswap((void *) dst, &l2cap_pi(sock->sk)->chan->dst); in bnep_add_connection() 596 baswap((void *) src, &l2cap_pi(sock->sk)->chan->src); in bnep_add_connection()
|
| /linux/include/net/bluetooth/ |
| H A D | bluetooth.h | 392 void baswap(bdaddr_t *dst, const bdaddr_t *src);
|