Home
last modified time | relevance | path

Searched refs:HCI_CMSG_TSTAMP (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_sock.c449 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()
470 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()
638 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
640 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
705 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1073 #define HCI_CMSG_TSTAMP 0x0002 macro