Re: btuart and SOCKET Bluetooth CF

2010-01-20 Thread Iain Hibbert
On Wed, 20 Jan 2010, KIYOHARA Takashi wrote: also - should this value reflect the real length (including the pad)? eg data stream: I know, DTL operates following packet format. In acldata case: { { uint8 type; uint8 rsvd; uint16 len; } NOKIA DTL header; {

soft interrupts mutex condition variable

2010-01-20 Thread Frank Zerangue
As an adaptive mutex is the preferred synchronization mechanism between LWP's and soft interrupt handlers, is a condition variable wait allowed within a soft interrupt handler? Regards, Frank Zerangue