Home | History | Annotate | Download | only in gatt

Lines Matching defs:cmd_status

413   tGATT_STATUS cmd_status = GATT_NO_RESOURCES;
441 cmd_status = GATT_SUCCESS;
443 cmd_status = GATT_NO_RESOURCES;
450 cmd_status = attp_send_sr_msg(*p_tcb, p_msg);
452 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED) {
458 return cmd_status;