Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_sock.h34 #define HCI_CMSG_DIR 0x01 macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1420 if (mask & HCI_CMSG_DIR) { in hci_sock_cmsg()
1422 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg()
1887 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; in hci_sock_setsockopt()
1889 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; in hci_sock_setsockopt()
1970 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) in hci_sock_getsockopt()