Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c221 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) { in hci_send_to_sock()
514 case HCI_CHANNEL_RAW: in create_monitor_ctrl_open()
569 case HCI_CHANNEL_RAW: in create_monitor_ctrl_close()
852 case HCI_CHANNEL_RAW: in hci_sock_release()
989 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_ioctl()
1129 case HCI_CHANNEL_RAW: in hci_sock_bind()
1487 case HCI_CHANNEL_RAW: in hci_sock_recvmsg()
1742 case HCI_CHANNEL_RAW: in hci_sock_sendmsg()
1874 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_setsockopt()
1963 if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) { in hci_sock_getsockopt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_sock.h44 #define HCI_CHANNEL_RAW 0 macro