Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_bcsp.c35 static bool txcrc = true; variable
730 if (txcrc) in bcsp_open()
780 module_param(txcrc, bool, 0644);
781 MODULE_PARM_DESC(txcrc, "Transmit CRC with every BCSP packet");
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_rtk_h5.c53 static int txcrc = 1; variable
445 conf_rsp_pkt[2] |= txcrc << 0x4; //crc check enable, version no = 0. needed to be as avariable.
456 txcrc = (h5->rx_skb->data[6] >> 0x4) & 0x1;
858 if (txcrc) in h5_open()