Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_sock.c210 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
496 case HCI_CHANNEL_RAW: in create_monitor_ctrl_open()
551 case HCI_CHANNEL_RAW: in create_monitor_ctrl_close()
840 case HCI_CHANNEL_RAW: in hci_sock_release()
975 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
1087 case HCI_CHANNEL_RAW: in hci_sock_bind()
1445 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1698 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1828 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt()
1917 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_getsockopt()
/Linux-v4.19/include/net/bluetooth/
Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro