Home
last modified time | relevance | path

Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_event.c757 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
890 size = HCI_EVENT_HDR_SIZE + EVT_STACK_INTERNAL_SIZE + dlen; in hci_si_event()
900 ptr += HCI_EVENT_HDR_SIZE; in hci_si_event()
/linux-2.4.37.9/drivers/bluetooth/
Dhci_h4.c213 h4->rx_count = HCI_EVENT_HDR_SIZE; in h4_recv()
Dbfusb.c294 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block()
296 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
Dhci_usb.c639 if (count >= HCI_EVENT_HDR_SIZE) { in __recv_frame()
641 len = HCI_EVENT_HDR_SIZE + h->plen; in __recv_frame()
Dbtuart_cs.c227 info->rx_count = HCI_EVENT_HDR_SIZE; in btuart_receive()
Dbt3c_cs.c285 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c427 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h649 #define HCI_EVENT_HDR_SIZE 2 macro