Home | History | Annotate | Download | only in l2cap

Lines Matching refs:cmd_code

285  * Description      Checks if cmd_code is command or response
290 * Returns bool - true if cmd_code is a command and it is rejected,
294 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb) {
295 switch (cmd_code) {
306 L2CAP_TRACE_WARNING("Dumping first Command (%d)", cmd_code);