Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dhci_sock.c236 if (hci_pi(sk)->channel != HCI_CHANNEL_MONITOR) in hci_send_to_monitor()
282 if (hci_pi(sk)->channel != HCI_CHANNEL_MONITOR) in send_monitor_event()
444 if (hci_pi(sk)->channel == HCI_CHANNEL_MONITOR) in hci_sock_release()
663 case HCI_CHANNEL_MONITOR: in hci_sock_bind()
784 case HCI_CHANNEL_MONITOR: in hci_sock_recvmsg()
821 case HCI_CHANNEL_MONITOR: in hci_sock_sendmsg()
/linux-3.4.99/include/net/bluetooth/
Dhci.h1331 #define HCI_CHANNEL_MONITOR 2 macro