RTL_FRAG_LEN      388 drivers/bluetooth/btrtl.c 	int frag_num = fw_len / RTL_FRAG_LEN + 1;
RTL_FRAG_LEN      389 drivers/bluetooth/btrtl.c 	int frag_len = RTL_FRAG_LEN;
RTL_FRAG_LEN      411 drivers/bluetooth/btrtl.c 			frag_len = fw_len % RTL_FRAG_LEN;
RTL_FRAG_LEN      433 drivers/bluetooth/btrtl.c 		data += RTL_FRAG_LEN;
RTL_FRAG_LEN       19 drivers/bluetooth/btrtl.h 	__u8 data[RTL_FRAG_LEN];