Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_sock.c172 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
686 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
776 case HCI_CHANNEL_RAW: in hci_sock_bind()
1024 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1176 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1295 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt()
1381 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_getsockopt()
/linux-4.4.14/include/net/bluetooth/
Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro