Searched refs:btohs (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/net/bluetooth/ | ||
D | bluetooth.h | 109 #define btohs(a) __le16_to_cpu(a) macro |
/linux-2.4.37.9/net/bluetooth/rfcomm/ | ||
D | core.c | 1153 d->mtu = s->mtu = btohs(pn->mtu); in rfcomm_apply_pn() |