Home | History | Annotate | Download | only in gatt

Lines Matching refs:cmd_status

598     tGATT_STATUS    cmd_status = GATT_NO_RESOURCES;
630 cmd_status = GATT_SUCCESS;
634 cmd_status = GATT_NO_RESOURCES;
642 cmd_status = attp_send_sr_msg (p_tcb, p_msg);
644 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED)
651 return cmd_status;