RE: [Bluez-devel] Qualification Testing
From: Daryl Van Vorst <hidden>
Date: 2003-05-08 22:06:13
Marcel, Here's Cetecom's response: "Yes, that's the way it should be. SABM (DLCI0) UA SABM (DLCIn) UA MSC exchange (IUT initiated) MSC exchange (Tester inititated) Send data" -Daryl.
quoted
quoted
5.) Once an RFCOMM channel is established, the IUT must exchange MSC's (modem status commands) before sending data.That is,quoted
it must send an MSC, wait for a response, wait for thesender's MSC,quoted
and respond to it before sending data. Our device sent anMSC and thenquoted
immediately started sending data when we used rctest. Thisapplies toquoted
many test cases.We send the MSC after the UA. But we also go into BT_CONNECTED state and in this state you can also start sending data. We should maybe go from BT_CONNECT -> BT_CONFIG and only switch to BT_CONNECTED after the successfulexchange of MSC. That sounds good to me. Not sure about the UA though... I'll check on it.