Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_h4.c188 if(bt_cb(h4->rx_skb)->pkt_type == HCI_EVENT_PKT) in h4_recv()
250 case HCI_EVENT_PKT: in h4_recv()
254 type = HCI_EVENT_PKT; in h4_recv()
H A Dhci_rtk_h5.c216 case HCI_EVENT_PKT: in h5_prepare_pkt()
601 bt_cb(h5->rx_skb)->pkt_type = HCI_EVENT_PKT; in h5_complete_rx_pkt()
651 if (bt_cb(h5->rx_skb)->pkt_type == HCI_EVENT_PKT) in h5_complete_rx_pkt()
H A Dhci_ldisc.c703 hci_skb_pkt_type(rx_skb) = HCI_EVENT_PKT; in rtkbt_simulate_disconnect_event()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dh4_recv.h35 .type = HCI_EVENT_PKT, \
H A Dhci_uart.h140 .type = HCI_EVENT_PKT, \
H A Dbtqcomsmd.c60 return btqcomsmd_recv(btq->hdev, HCI_EVENT_PKT, data, count); in btqcomsmd_cmd_callback()
H A Dhci_bcsp.c519 hci_skb_pkt_type(bcsp->rx_skb) = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
546 hci_skb_pkt_type(bcsp->rx_skb) = HCI_EVENT_PKT; in bcsp_complete_rx_pkt()
H A Dbtsdio.c149 case HCI_EVENT_PKT: in btsdio_rx_packet()
H A Dhci_vhci.c180 case HCI_EVENT_PKT: in vhci_get_user()
H A Drtk_btusb.c836 if ((type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) || in hci_reassembly()
848 case HCI_EVENT_PKT: in hci_reassembly()
882 case HCI_EVENT_PKT: in hci_reassembly()
928 if(HCI_EVENT_PKT == type) in hci_reassembly()
946 if (type < HCI_ACLDATA_PKT || type > HCI_EVENT_PKT) in hci_recv_fragment()
965 uint8_t hardware_err_pkt[4] = {HCI_EVENT_PKT, 0x10, 0x01, HCI_VENDOR_USB_DISC_HARDWARE_ERROR}; in hci_hardware_error()
2713 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
H A Dbtqca.c343 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in qca_inject_cmd_complete_event()
H A Drtk_btusb.h356 #define HCI_EVENT_PKT 0x04 macro
H A Dbt3c_cs.c254 case HCI_EVENT_PKT: in bt3c_receive()
H A Dbtmrvl_sdio.c793 case HCI_EVENT_PKT: in btmrvl_sdio_card_to_host()
798 if (type == HCI_EVENT_PKT) { in btmrvl_sdio_card_to_host()
H A Dbluecard_cs.c416 case HCI_EVENT_PKT: in bluecard_receive()
H A Dbfusb.c275 case HCI_EVENT_PKT: in bfusb_recv_block()
H A Dhci_nokia.c609 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in nokia_recv_radio()
H A Dhci_intel.c457 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in inject_cmd_complete()
H A Dhci_h5.c389 case HCI_EVENT_PKT: in h5_complete_rx_pkt()
H A Dbtusb.c695 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in btusb_recv_intr()
2250 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in inject_cmd_complete()
2890 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in btusb_mtk_wmt_recv()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c178 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT) in is_filtered_packet()
223 hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_send_to_sock()
233 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_send_to_sock()
325 case HCI_EVENT_PKT: in hci_send_to_monitor()
740 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in hci_si_event()
H A Dhci_core.c3926 hci_skb_pkt_type(skb) = HCI_EVENT_PKT; in hci_reset_dev()
3943 if (hci_skb_pkt_type(skb) != HCI_EVENT_PKT && in hci_recv_frame()
4956 case HCI_EVENT_PKT: in hci_rx_work()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c80 #define HCI_EVENT_PKT 0x04 macro
420 case HCI_EVENT_PKT: in h5_prepare_pkt()
785 case HCI_EVENT_PKT: in h5_complete_rx_pkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c215 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in btusb_recv_intr()
385 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c183 #define HCI_EVENT_PKT 0x04 macro
1014 case HCI_EVENT_PKT: in h5_prepare_pkt()
1350 case HCI_EVENT_PKT: in h5_complete_rx_pkt()

12