captaingz2github / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Patch for /trunk/src/l2cap.c #434

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In API void l2cap_signaling_handler_channel(l2cap_channel_t *channel, uint8_t 
*command), Code is modified using the conditional Flag #ifdef OPTIMALCODE.
Code review ,Review Comments,Approval of the Code and TestCase Execution for 
the Changes.

/*
    As per the Code,At the time of disconnect request, Code verify's the Channel State, if it is 
    L2CAP_STATE_WAIT_DISCONNECT: then it caalls the API l2cap_handle_disconnect_request(),
    to disconnect from L2CAP Layer   
    */

Original issue reported on code.google.com by svrajas...@gmail.com on 1 Feb 2015 at 5:42

Attachments: