Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_sock.h35 #define HCI_CMSG_TSTAMP 0x02 macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1426 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()
1448 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()
1899 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
1901 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
1980 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()