Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sock.c175 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
613 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
703 case HCI_CHANNEL_RAW: in hci_sock_bind()
951 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1103 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1216 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt()
1302 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_getsockopt()
/linux-4.1.27/include/net/bluetooth/
Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro