Hi! Iain,
From: Iain Hibbert <plu...@rya-online.net> Date: Wed, 20 Jan 2010 10:04:49 +0000 (GMT) > On Wed, 20 Jan 2010, KIYOHARA Takashi wrote: > > > > Further, I think for simplicity you don't need to interpret the HCI packet > > > header directly during output, just use the m->m_pkthdr.len value which is > > > correct. > > > > What do you meaning? > > Please more explain. > in btuart_dtl_output_acl() > > + hci_acldata_hdr_t hdr; > > this "hdr" is not needed, we don't need to examine the packet to find that > information, as the type and length values are already known.. Oh! I understand. ;-) I will fix. Thanks, -- kiyohara