Home
last modified time | relevance | path

Searched refs:HCI_EVENT_PKT (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/bluetooth/
Dhci_ll.c433 case HCI_EVENT_PKT: in ll_recv()
437 type = HCI_EVENT_PKT; in ll_recv()
Dbtwilink.c129 .chnl_id = HCI_EVENT_PKT, /* HCI Events */
Dhci_bcsp.c498 bt_cb(bcsp->rx_skb)->pkt_type = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
523 bt_cb(bcsp->rx_skb)->pkt_type = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
Dbtmrvl_sdio.c564 case HCI_EVENT_PKT: in btmrvl_sdio_card_to_host()
570 if (type == HCI_EVENT_PKT) in btmrvl_sdio_card_to_host()
Dbpa10x.c91 case HCI_EVENT_PKT: in bpa10x_recv()
Dbtuart_cs.c206 case HCI_EVENT_PKT: in btuart_receive()
Dbt3c_cs.c257 case HCI_EVENT_PKT: in bt3c_receive()
Dbfusb.c284 case HCI_EVENT_PKT: in bfusb_recv_block()
Dbluecard_cs.c420 case HCI_EVENT_PKT: in bluecard_receive()
Dbtusb.c301 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
/linux-3.4.99/net/bluetooth/
Dhci_sock.c119 if (bt_cb(skb)->pkt_type == HCI_EVENT_PKT) { in hci_send_to_sock()
209 case HCI_EVENT_PKT: in hci_send_to_monitor()
382 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in hci_si_event()
Dhci_core.c1960 if ((type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) || in hci_reassembly()
1972 case HCI_EVENT_PKT: in hci_reassembly()
2006 case HCI_EVENT_PKT: in hci_reassembly()
2064 if (type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) in hci_recv_fragment()
2878 case HCI_EVENT_PKT: in hci_rx_work()
/linux-3.4.99/include/net/bluetooth/
Dhci.h147 #define HCI_EVENT_PKT 0x04 macro