Searched refs:QCA_DFU_PACKET_LEN (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/bluetooth/
H A Dbtusb.c3630 #define QCA_DFU_PACKET_LEN 4096 macro
3720 buf = kmalloc(QCA_DFU_PACKET_LEN, GFP_KERNEL);
3751 size = min_t(size_t, count, QCA_DFU_PACKET_LEN);

Completed in 196 milliseconds