Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sock.c222 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
572 case HCI_CHANNEL_RAW: in create_monitor_ctrl_open()
629 case HCI_CHANNEL_RAW: in create_monitor_ctrl_close()
918 case HCI_CHANNEL_RAW: in hci_sock_release()
1082 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
1229 case HCI_CHANNEL_RAW: in hci_sock_bind()
1593 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1828 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1949 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt_old()
2042 case HCI_CHANNEL_RAW in hci_sock_setsockopt()
[all...]
/linux/include/net/bluetooth/
H A Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro