Lines Matching refs:reason
487 UINT16 handle, UINT8 reason)
489 tGATT_STATUS status = (tGATT_STATUS) reason;
491 GATT_TRACE_DEBUG2("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
499 if (reason == GATT_NOT_FOUND)
526 UINT8 opcode, reason, * p= p_data;
533 STREAM_TO_UINT8(reason, p);
537 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason);
547 p_clcb->status = reason;
555 (reason == GATT_NOT_LONG))
560 gatt_end_operation(p_clcb, reason, NULL);