Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_sock.c210 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
503 case HCI_CHANNEL_RAW: in create_monitor_ctrl_open()
558 case HCI_CHANNEL_RAW: in create_monitor_ctrl_close()
847 case HCI_CHANNEL_RAW: in hci_sock_release()
984 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
1112 case HCI_CHANNEL_RAW: in hci_sock_bind()
1470 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1725 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1857 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt()
1946 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_getsockopt()
/Linux-v5.10/include/net/bluetooth/
Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro